mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 15:47:34 +00:00
LibWeb: Add layout support for border spacing
When border-collapse is separate, border-spacing affects layout. Implement most of that functionality.
This commit is contained in:
parent
396f1a977c
commit
b69036970b
19 changed files with 949 additions and 259 deletions
|
@ -1,9 +1,9 @@
|
|||
Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x16 [BFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x0 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 0x0 [BFC] children: not-inline
|
||||
Box <table> at (8,8) content-size 0x0 table-box [TFC] children: not-inline
|
||||
BlockContainer <html> at (0,0) content-size 800x20 [BFC] children: not-inline
|
||||
BlockContainer <body> at (8,8) content-size 784x4 children: not-inline
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 4x4 [BFC] children: not-inline
|
||||
Box <table> at (8,8) content-size 4x4 table-box [TFC] children: not-inline
|
||||
Box <tbody> at (8,8) content-size 0x0 table-row-group children: not-inline
|
||||
Box <tr> at (8,8) content-size 0x0 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> at (8,8) content-size 0x0 table-cell [BFC] children: not-inline
|
||||
Box <tr> at (10,10) content-size 0x0 table-row children: not-inline
|
||||
BlockContainer <(anonymous)> at (10,10) content-size 0x0 table-cell [BFC] children: not-inline
|
||||
BlockContainer <td> at (9,9) content-size 0x0 positioned [BFC] children: not-inline
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue