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.
- Attribute
Namespace - An attribute namespace.
- Attribute
Symbol - 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.
- Element
Kind - A marker trait to represent the kind of an element.