mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:17:45 +00:00
LibWeb: Add LayoutTableRowGroup to implement display: table-row-group
This commit is contained in:
parent
b4d4d6b32a
commit
28dcef4757
6 changed files with 119 additions and 4 deletions
|
@ -87,6 +87,7 @@ set(SOURCES
|
|||
Layout/LayoutTable.cpp
|
||||
Layout/LayoutTableCell.cpp
|
||||
Layout/LayoutTableRow.cpp
|
||||
Layout/LayoutTableRowGroup.cpp
|
||||
Layout/LayoutText.cpp
|
||||
Layout/LayoutTreeBuilder.cpp
|
||||
Layout/LayoutWidget.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue