Module html

Module html 

Source
Expand description

Data describing HTML elements and attributes and how the attributes map to Typst types.

Structs§

AttrInfo
Details about an HTML attribute.
ElemInfo
Details about an HTML element.

Enums§

Type
Defines how an attribute maps to Typst types.

Constants§

ATTRS
A list of all elements’ attributes.
ATTRS_GLOBAL
The first ATTRS_GLOBAL attributes in ATTRS apply to all elements.
ATTR_STRINGS
Strings referenced by Type::Strings.
ELEMS
A list of all HTML elements.