Expand description
Facts about HTML elements shared by the rules that read inline HTML.
Constants§
- VOID_
ELEMENTS - The void elements of the HTML standard, plus
param, which browsers still parse as one. Each is complete in its start tag: it holds no content, and no later closing tag belongs to it.
Functions§
- is_
void_ element - Whether the lowercase tag
nameis a void element.