1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:37:37 +00:00

LibWeb: Add some more CSS "display" values

This commit is contained in:
Andreas Kling 2021-01-07 14:40:02 +01:00
parent 5a97e8bb23
commit f655a60773
3 changed files with 12 additions and 0 deletions

View file

@ -87,6 +87,9 @@ enum class Display {
TableHeaderGroup,
TableRowGroup,
TableFooterGroup,
TableColumn,
TableColumnGroup,
TableCaption,
};
enum class WhiteSpace {