Module validation

Source
Expand description

Types and traits used for validation of HTML elements and attributes.

Modules§

attributes
Attribute traits for various frameworks.
hypertext_elements
All built-in elements.

Structs§

Attribute
A standard attribute.
AttributeNamespace
An attribute namespace.
AttributeSymbol
An attribute prefixed by a symbol.
Normal
A marker type to represent a normal element.
Void
A marker type to represent a void element.

Traits§

Element
A marker trait for type-checked elements.
ElementKind
A marker trait to represent the kind of an element.