root 3bf41bf355 update | hai 1 ano | |
---|---|---|
.. | ||
test | hai 1 ano | |
.gitattributes | hai 1 ano | |
.npmignore | hai 1 ano | |
.travis.yml | hai 1 ano | |
LICENSE | hai 1 ano | |
README.md | hai 1 ano | |
index.js | hai 1 ano | |
package.json | hai 1 ano | |
pre-publish.js | hai 1 ano |
Exports an Array of "void element" node names as defined by the HTML spec.
The list is programatically generated from the latest W3C HTML draft.
var voidElements = require('void-elements');
assert(voidElements.indexOf('span') === -1, '<span> is not a void element');
assert(voidElements.indexOf('img') !== -1, '<img> is a void element');
MIT