LibWeb: Use LayoutTableRowGroup for display:table-{header,footer}-group

This commit is contained in:
Andreas Kling 2020-07-05 19:51:49 +02:00
commit 244fe1089c
Notes: sideshowbarker 2024-07-19 05:07:49 +09:00
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 {