Expand description
Html dom abstraction, with runtime typing.
Modules§
- Utilities for HTML contexts
Structs§
- A slice of stored
AId<T>
s inside aHtmlAllocator
. - A vector that allocates its storage from a
HtmlAllocator
. When finished, convert toASlice
viaas_slice()
. - Invalid
Element
s can definitely be built (non-allowed child elements), but still has public fields since it will be plucked apart and verified inallocate_element
before being stored. And there’s no mut access to the store. - Serialized HTML fragment string. Can be included in Node:s. Contains the metainformation about the outermost element in the serialized fragment for dynamic DOM checking.