mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 14:57:34 +00:00
LibWeb: Remove Layout::TableBox
Solves conflict in layout tree "type system" when elements <label> (or <button>) can't have `display: table` because Box can't be Layout::Label (or Layout::ButtonBox) and Layout::TableBox at the same time.
This commit is contained in:
parent
269310268d
commit
258f3ea952
34 changed files with 55 additions and 118 deletions
|
@ -6,7 +6,7 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
BlockContainer <(anonymous)> at (8,8) content-size 784x0 children: inline
|
||||
TextNode <#text>
|
||||
TableWrapper <(anonymous)> at (8,8) content-size 784x600 [BFC] children: not-inline
|
||||
TableBox <div.aligncenter.block-image> at (8,8) content-size 1200x600 [TFC] children: inline
|
||||
Box <div.aligncenter.block-image> at (8,8) content-size 1200x600 [TFC] children: inline
|
||||
TableRowBox <(anonymous)> at (8,8) content-size 1200x600 children: inline
|
||||
TableCellBox <(anonymous)> at (8,8) content-size 1200x600 [BFC] children: inline
|
||||
line 0 width: 1200, height: 600, bottom: 600, baseline: 600
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue