Package Exports
- void-elements
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (void-elements) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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.
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