mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:08:12 +00:00

This is a part of refactoring towards making the paintable tree independent of the layout tree. Now, instead of transferring text fragments from the layout tree to the paintable tree during the layout commit phase, we allocate separate PaintableFragments that contain only the information necessary for painting. Doing this also allows us to get rid LineBoxes, as they are used only during layout.
29 lines
1.9 KiB
Text
29 lines
1.9 KiB
Text
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|
BlockContainer <html> at (1,1) content-size 798x216 [BFC] children: not-inline
|
|
TableWrapper <(anonymous)> at (9,9) content-size 300x200 [BFC] children: not-inline
|
|
Box <body.table> at (10,10) content-size 298x198 table-box [TFC] children: not-inline
|
|
Box <div.bottom> at (10,10) content-size 298x99 table-footer-group children: inline
|
|
Box <(anonymous)> at (10,10) content-size 298x99 table-row children: inline
|
|
BlockContainer <(anonymous)> at (10,10) content-size 298x17 table-cell [BFC] children: inline
|
|
frag 0 from TextNode start: 0, length: 6, rect: [10,10 56.109375x17] baseline: 13.296875
|
|
"bottom"
|
|
TextNode <#text>
|
|
Box <div.top> at (10,109) content-size 298x99 table-header-group children: inline
|
|
Box <(anonymous)> at (10,109) content-size 298x99 table-row children: inline
|
|
BlockContainer <(anonymous)> at (10,109) content-size 298x17 table-cell [BFC] children: inline
|
|
frag 0 from TextNode start: 0, length: 3, rect: [10,109 26.640625x17] baseline: 13.296875
|
|
"top"
|
|
TextNode <#text>
|
|
|
|
ViewportPaintable (Viewport<#document>) [0,0 800x600]
|
|
PaintableWithLines (BlockContainer<HTML>) [0,0 800x218]
|
|
PaintableWithLines (TableWrapper(anonymous)) [9,9 300x200]
|
|
PaintableBox (Box<BODY>.table) [9,9 300x200]
|
|
PaintableBox (Box<DIV>.bottom) [10,10 298x99]
|
|
PaintableBox (Box(anonymous)) [10,10 298x99]
|
|
PaintableWithLines (BlockContainer(anonymous)) [10,10 298x99]
|
|
TextPaintable (TextNode<#text>)
|
|
PaintableBox (Box<DIV>.top) [10,109 298x99]
|
|
PaintableBox (Box(anonymous)) [10,109 298x99]
|
|
PaintableWithLines (BlockContainer(anonymous)) [10,109 298x99]
|
|
TextPaintable (TextNode<#text>)
|