Expand description
Parsed representations of DOM attributes.
Structs§
- A struct that uniquely identifies an element’s attribute.
Enums§
Constants§
Functions§
- Shared implementation to parse an integer according to https://html.spec.whatwg.org/multipage/#rules-for-parsing-integers or https://html.spec.whatwg.org/multipage/#rules-for-parsing-non-negative-integers
- Parse a floating-point number according to https://html.spec.whatwg.org/multipage/#rules-for-parsing-floating-point-number-values
- Parse an integer according to https://html.spec.whatwg.org/multipage/#rules-for-parsing-integers.
- Parses a legacy color. If unparseable,
Err
is returned. - Parses a dimension value. If unparseable,
Auto
is returned. - Parse an integer according to https://html.spec.whatwg.org/multipage/#rules-for-parsing-non-negative-integers