mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 13:47:34 +00:00
LibWeb: Add table-layout CSS property
This commit is contained in:
parent
a0ea87ffc6
commit
97512d0c76
7 changed files with 28 additions and 0 deletions
|
@ -637,6 +637,13 @@
|
|||
"caption-side"
|
||||
]
|
||||
},
|
||||
"table-layout": {
|
||||
"inherited": false,
|
||||
"initial": "auto",
|
||||
"valid-types": [
|
||||
"table-layout"
|
||||
]
|
||||
},
|
||||
"clear": {
|
||||
"inherited": false,
|
||||
"initial": "none",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue