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