mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-22 16:09:23 +00:00
We were always creating an anonymous container for the inline contents of table cells, but the layout node we spawn for the table cells themselves already is capable of dealing with inline nodes. Regular logic should kick in for dealing with the block/inline node invariant.
23 lines
1.5 KiB
Text
23 lines
1.5 KiB
Text
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|
BlockContainer <html> at (0,0) content-size 800x120 [BFC] children: not-inline
|
|
BlockContainer <body> at (8,8) content-size 784x104 children: not-inline
|
|
BlockContainer <center> at (8,8) content-size 784x104 children: not-inline
|
|
TableWrapper <(anonymous)> at (200,8) content-size 392x104 [BFC] children: not-inline
|
|
Box <table> at (200,8) content-size 392x104 table-box [TFC] children: not-inline
|
|
Box <tbody> at (202,10) content-size 388x100 table-row-group children: not-inline
|
|
Box <tr> at (202,10) content-size 388x100 table-row children: not-inline
|
|
BlockContainer <td> at (203,60) content-size 386x0 table-cell [BFC] children: inline
|
|
TextNode <#text>
|
|
|
|
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
|
PaintableWithLines (BlockContainer<HTML>) [0,0 800x120]
|
|
PaintableWithLines (BlockContainer<BODY>) [8,8 784x104]
|
|
PaintableWithLines (BlockContainer<CENTER>) [8,8 784x104]
|
|
PaintableWithLines (TableWrapper(anonymous)) [200,8 392x104]
|
|
PaintableBox (Box<TABLE>) [200,8 392x104]
|
|
PaintableBox (Box<TBODY>) [202,10 388x100]
|
|
PaintableBox (Box<TR>) [202,10 388x100]
|
|
PaintableWithLines (BlockContainer<TD>) [202,10 388x100]
|
|
|
|
SC for Viewport<#document> [0,0 800x600] [children: 1] (z-index: auto)
|
|
SC for BlockContainer<HTML> [0,0 800x120] [children: 0] (z-index: auto)
|