⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module tree_builder

Module tree_builder 

Source
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§

TreeBuilder
HTML tree builder that constructs a DOM from tokens