Expand description
HTML content descriptors that can be produced and modified by a rewriter.
Structs§
- An attribute of an
Element
. - An HTML comment rewritable unit.
- A document type declaration preamble.
- A rewritable unit that represents the end of the document.
- An HTML element rewritable unit.
- An HTML end tag rewritable unit.
- An HTML start tag rewritable unit.
- An HTML text node chunk.
Enums§
- The type of inserted content.
- A type of parsed text.
Traits§
- Data that can be attached to a rewritable unit by a user and shared between content handler invocations.