mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:57:35 +00:00
LibWeb: Use LayoutTableRowGroup for display:table-{header,footer}-group
This commit is contained in:
parent
6b3a7b1ce7
commit
244fe1089c
3 changed files with 7 additions and 1 deletions
|
@ -132,7 +132,9 @@ enum class Display {
|
|||
Table,
|
||||
TableRow,
|
||||
TableCell,
|
||||
TableHeaderGroup,
|
||||
TableRowGroup,
|
||||
TableFooterGroup,
|
||||
};
|
||||
|
||||
enum class WhiteSpace {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue