void-elements
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/void-elements package

3.1.0 • Public • Published

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

/void-elements/

    Package Sidebar

    Install

    npm i void-elements

    Weekly Downloads

    7,250,535

    Version

    3.1.0

    License

    MIT

    Last publish

    Collaborators

    • alubbe
    • bloodyowl
    • forbeslindesay
    • hemanth
    • jbnicolai
    • jeromew
    • timothygu