Skip to main content

Module html_elements

Module html_elements 

Source
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 name is a void element.