mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:07:47 +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
|
@ -421,7 +421,6 @@ set(SOURCES
|
|||
Layout/TableCellBox.cpp
|
||||
Layout/TableFormattingContext.cpp
|
||||
Layout/TableRowBox.cpp
|
||||
Layout/TableRowGroupBox.cpp
|
||||
Layout/TableWrapper.cpp
|
||||
Layout/TextNode.cpp
|
||||
Layout/TreeBuilder.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue