# inline-elements

> Array of "inline elements" defined by the HTML specification.

Latest version **1.1.2** (published 2016-12-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install inline-elements
pnpm add inline-elements
yarn add inline-elements
bun add inline-elements
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.2 |
| Published | 2016-12-01 |
| First published | 2014-08-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 4 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 9 |
| Author | hemanth.hm |
| Maintainers | hemanth |
| Keywords | html, elements, inline |

## Links

- npm: https://www.npmjs.com/package/inline-elements
- Repository: https://github.com/hemanth/inline-elements
- Issues: https://github.com/hemanth/inline-elements/issues
- npm.io page: https://npm.io/package/inline-elements

## Alternatives

- [@tsparticles/shape-image](https://npm.io/package/@tsparticles/shape-image.md) — 303.7K weekly downloads
- [@tsparticles/shape-line](https://npm.io/package/@tsparticles/shape-line.md) — 233.7K weekly downloads
- [stringify-attributes](https://npm.io/package/stringify-attributes.md) — 58.6K weekly downloads
- [mobile-drag-drop](https://npm.io/package/mobile-drag-drop.md) — 46.3K weekly downloads
- [@comunica/actor-rdf-parse-html](https://npm.io/package/@comunica/actor-rdf-parse-html.md) — 29.2K weekly downloads

## Recent versions

- 1.1.2 (latest) — 2016-12-01
- 1.1.1 — 2016-12-01
- 1.0.0 — 2014-09-26
- 0.1.1 — 2014-08-30
- 0.1.0 — 2014-08-30

## README

inline-elements
==============

### Array of "inline elements" defined by the HTML specification

Exports an Array of "inline elements" node names as defined by the HTML spec.

The list is programatically generated from [SPEC]('https://developer.mozilla.org/en-US/docs/Web/HTML/Inline_elemente').

[![Build Status](https://img.shields.io/travis/hemanth/inline-elements/master.svg)](https://travis-ci.org/hemanth/inline-elements)
[![Dependency Status](https://img.shields.io/gemnasium/hemanth/inline-elements.svg)](https://gemnasium.com/hemanth/inline-elements)
[![NPM version](https://img.shields.io/npm/v/inline-elements.svg)](https://www.npmjs.org/package/inline-elements)

Usage
-----

```js
var inlineElements = require('inline-elements');

assert(inlineElements.indexOf('head') === -1, '<head> is not an inline element');
assert(inlineElements.indexOf('big') !== -1, '<big> is an inline element');
```

License
-------

MIT

---
_Source: https://npm.io/package/inline-elements · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
