mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:27:45 +00:00
LibWeb: Remove Layout::TableRowBox
Special box types for inner table boxes might conflict with special types for <button>, <input> or <label>.
This commit is contained in:
parent
578a937f94
commit
3a3a085404
29 changed files with 64 additions and 113 deletions
|
@ -6,7 +6,7 @@ Viewport <#document> at (0,0) content-size 800x600 children: not-inline
|
|||
BlockContainer <(anonymous)> at (8,8) content-size 0x0 children: inline
|
||||
TextNode <#text>
|
||||
Box <tbody> at (9,9) content-size 780x90.21875 children: not-inline
|
||||
TableRowBox <tr> at (9,9) content-size 780x90.21875 children: not-inline
|
||||
Box <tr> at (9,9) content-size 780x90.21875 children: not-inline
|
||||
TableCellBox <td.mbox-image> at (10,29.109375) content-size 50x50 [BFC] children: not-inline
|
||||
BlockContainer <div.mbox-image-div> at (10,29.109375) content-size 50x50 children: not-inline
|
||||
TableCellBox <td.mbox-text> at (62,10) content-size 726x88.21875 [BFC] children: inline
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue