Expand description
Parsed representations of DOM attributes.
Structs§
- Attr
Identifier - A struct that uniquely identifies an element’s attribute.
Enums§
Constants§
Functions§
- do_
parse_ 🔒integer - 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_
double - Parse a floating-point number according to https://html.spec.whatwg.org/multipage/#rules-for-parsing-floating-point-number-values
- parse_
integer - Parse an integer according to https://html.spec.whatwg.org/multipage/#rules-for-parsing-integers.
- parse_
legacy_ color - Parses a legacy color. If unparseable,
Err
is returned. - parse_
length - Parses a dimension value. If unparseable,
Auto
is returned. - parse_
nonzero_ length - https://html.spec.whatwg.org/multipage/#rules-for-parsing-non-zero-dimension-values
- parse_
unsigned_ integer - Parse an integer according to https://html.spec.whatwg.org/multipage/#rules-for-parsing-non-negative-integers