Expand description
HTML Tree Builder
Consumes tokens from the HTML tokenizer and builds a DOM tree. Implements a simplified version of the HTML5 tree construction algorithm with insertion modes, auto-closing, and formatting element reconstruction.
Structs§
- Tree
Builder - HTML tree builder that constructs a DOM from tokens