void-elements

v3.1.0
Array of "void elements" defined by the HTML specification.
html void elements

void-elements

Object of "void elements" defined by the HTML specification

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

The list is programatically generated from the latest W3C HTML draft.

Build Status Developing Dependency Status NPM version

Usage

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

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

License

MIT

npm i void-elements

Metadata

  • MIT
  • >=0.10.0
  • hemanth.hm
  • released 1/19/2017

Downloads