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:
parent
5a97e8bb23
commit
f655a60773
3 changed files with 12 additions and 0 deletions
|
@ -87,6 +87,9 @@ enum class Display {
|
|||
TableHeaderGroup,
|
||||
TableRowGroup,
|
||||
TableFooterGroup,
|
||||
TableColumn,
|
||||
TableColumnGroup,
|
||||
TableCaption,
|
||||
};
|
||||
|
||||
enum class WhiteSpace {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue