mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 10:47:34 +00:00
LibWeb: Remove Layout::TableCellBox
Special box types for inner table boxes might conflict with special types for <button>, <input> or <label>.
This commit is contained in:
parent
3a3a085404
commit
787f2d2a10
28 changed files with 75 additions and 138 deletions
|
@ -8,7 +8,7 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
TableWrapper <(anonymous)> at (8,8) content-size 784x600 [BFC] children: not-inline
|
||||
Box <div.aligncenter.block-image> at (8,8) content-size 1200x600 [TFC] children: inline
|
||||
Box <(anonymous)> at (8,8) content-size 1200x600 children: inline
|
||||
TableCellBox <(anonymous)> at (8,8) content-size 1200x600 [BFC] children: inline
|
||||
BlockContainer <(anonymous)> at (8,8) content-size 1200x600 [BFC] children: inline
|
||||
line 0 width: 1200, height: 600, bottom: 600, baseline: 600
|
||||
frag 0 from ImageBox start: 0, length: 0, rect: [8,8 1200x600]
|
||||
TextNode <#text>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue