npm.io
3.1.0 • Published 9 years ago

void-elements

Licence
MIT
Version
3.1.0
Deps
0
Vulns
0
Weekly
0
Stars
25

void-elements

Object of "void elements" defined by the HTML Standard

Exports an Object of "void element" node names as defined by the HTML spec.

The list is programatically generated from the latest WHATWG HTML Standard.

Build Status Developing Dependency Status npm version

Usage

const voidElements = require('void-elements');

assert(!voidElements['span'], '<span> is not a void element');
assert(voidElements['img'], '<img> is a void element');

License

MIT

Keywords