1
Fork 0
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:
Andreas Kling 2020-07-05 19:51:49 +02:00
parent 6b3a7b1ce7
commit 244fe1089c
3 changed files with 7 additions and 1 deletions

View file

@ -132,7 +132,9 @@ enum class Display {
Table,
TableRow,
TableCell,
TableHeaderGroup,
TableRowGroup,
TableFooterGroup,
};
enum class WhiteSpace {