mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:47:34 +00:00
LibWeb: Remove Layout::TableRowGroupBox
Special box types for inner table boxes might conflict with special types for <button>, <input> or <label>.
This commit is contained in:
parent
af004ff0ef
commit
578a937f94
13 changed files with 29 additions and 62 deletions
|
@ -3,7 +3,7 @@ Viewport <#document> at (0,0) content-size 800x600 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 [TFC] children: not-inline
|
||||
TableRowGroupBox <tbody> at (8,8) content-size 0x0 children: not-inline
|
||||
Box <tbody> at (8,8) content-size 0x0 children: not-inline
|
||||
TableRowBox <tr> at (8,8) content-size 0x0 children: not-inline
|
||||
TableCellBox <(anonymous)> at (8,8) content-size 0x0 [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