Refactor tree_builder.rs into module directory with 7 files implementing all 23 insertion modes per WHATWG HTML §13.2.6.4 as an explicit state machine. Includes active formatting elements list with Noah's Ark clause, scope checking for all 5 scope types, context-sensitive fragment parsing, and iterative token reprocessing via ProcessResult enum. Code review fixes: fix formatting element end tag truncation bug (save node_id before truncate), replace manual element creation in catch-all StartTag with insert_element_maybe_self_closing, add skip_next_newline for pre/listing/textarea per spec, add QuirksMode to Document with basic DOCTYPE detection, refactor all 23 handlers from Token to &Token to eliminate clone per dispatch, fix self_closing handling for pre/listing/textarea/plaintext, improve golden test 276 fixture coverage and foster-parent test assertion. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
80 lines
3.3 KiB
Plaintext
80 lines
3.3 KiB
Plaintext
LayoutBox node=#1 tag=html box=block
|
|
content: (0, 0, 800, 172.8)
|
|
padding: 0 0 0 0
|
|
border: 0 0 0 0
|
|
margin: 0 0 0 0
|
|
LayoutBox node=#3 tag=body box=block
|
|
content: (8, 16, 784, 140.8)
|
|
padding: 0 0 0 0
|
|
border: 0 0 0 0
|
|
margin: 8 8 8 8
|
|
LayoutBox node=#5 tag=p box=block
|
|
content: (8, 16, 784, 19.2)
|
|
padding: 0 0 0 0
|
|
border: 0 0 0 0
|
|
margin: 16 0 16 0
|
|
inline_context: 1 lines, height=19.2, max_width=119.82379
|
|
line[0]: rect=(8, 16, 119.82379, 19.2) fragments=4
|
|
frag[0]: rect=(8, 17.6, 28.193832, 16) text="Code" start=true end=false
|
|
frag[1]: rect=(43.24229, 17.6, 21.145374, 16) text="via" start=false end=false
|
|
frag[2]: rect=(71.43613, 17.6, 28.193832, 16) text="code" start=false end=false
|
|
frag[3]: rect=(106.67842, 17.6, 21.145374, 16) text="tag" start=false end=true
|
|
LayoutBox node=#6 tag=code box=inline
|
|
content: (0, -8, 0, 0)
|
|
padding: 0 0 0 0
|
|
border: 0 0 0 0
|
|
margin: 0 0 0 0
|
|
LayoutBox node=#7 tag=anonymous box=anon
|
|
content: (0, -8, 119.82381, 16)
|
|
padding: 0 0 0 0
|
|
border: 0 0 0 0
|
|
margin: 0 0 0 0
|
|
text: "Code via code tag"
|
|
LayoutBox node=#9 tag=pre box=block
|
|
content: (8, 51.2, 784, 19.2)
|
|
padding: 0 0 0 0
|
|
border: 0 0 0 0
|
|
margin: 0 0 0 0
|
|
inline_context: 1 lines, height=19.2, max_width=119.82379
|
|
line[0]: rect=(8, 51.2, 119.82379, 19.2) fragments=2
|
|
frag[0]: rect=(8, 52.800003, 84.5815, 16) text="Preformatted" start=false end=false
|
|
frag[1]: rect=(99.62996, 52.800003, 28.193832, 16) text="text" start=false end=false
|
|
LayoutBox node=#10 tag=anonymous box=anon
|
|
content: (0, 8, 119.82381, 16)
|
|
padding: 0 0 0 0
|
|
border: 0 0 0 0
|
|
margin: 0 0 0 0
|
|
text: "Preformatted text"
|
|
LayoutBox node=#12 tag=p box=block
|
|
content: (8, 86.4, 784, 19.200005)
|
|
padding: 0 0 0 0
|
|
border: 0 0 0 0
|
|
margin: 16 0 16 0
|
|
inline_context: 1 lines, height=19.200005, max_width=119.82379
|
|
line[0]: rect=(8, 86.4, 119.82379, 19.2) fragments=3
|
|
frag[0]: rect=(8, 88, 63.436123, 16) text="Monospace" start=false end=false
|
|
frag[1]: rect=(78.48459, 88, 21.145374, 16) text="via" start=false end=false
|
|
frag[2]: rect=(106.67842, 88, 21.145374, 16) text="CSS" start=false end=false
|
|
LayoutBox node=#13 tag=anonymous box=anon
|
|
content: (0, 8, 119.82381, 16)
|
|
padding: 0 0 0 0
|
|
border: 0 0 0 0
|
|
margin: 0 0 0 0
|
|
text: "Monospace via CSS"
|
|
LayoutBox node=#15 tag=p box=block
|
|
content: (8, 121.600006, 784, 19.199997)
|
|
padding: 0 0 0 0
|
|
border: 0 0 0 0
|
|
margin: 16 0 16 0
|
|
inline_context: 1 lines, height=19.199997, max_width=120.85756
|
|
line[0]: rect=(8, 121.600006, 120.85756, 19.2) fragments=3
|
|
frag[0]: rect=(8, 123.200005, 40.36417, 16) text="Default" start=false end=false
|
|
frag[1]: rect=(51.418503, 123.200005, 53.06314, 16) text="sans-serif" start=false end=false
|
|
frag[2]: rect=(107.53597, 123.200005, 21.321585, 16) text="text" start=false end=false
|
|
LayoutBox node=#16 tag=anonymous box=anon
|
|
content: (0, 8, 120.85755, 16)
|
|
padding: 0 0 0 0
|
|
border: 0 0 0 0
|
|
margin: 0 0 0 0
|
|
text: "Default sans-serif t..."
|