mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 14:57:35 +00:00
LibWeb: Parse grid-area
CSS property
This commit is contained in:
parent
a6548c4d80
commit
9bc001f410
10 changed files with 220 additions and 0 deletions
|
@ -740,6 +740,22 @@
|
|||
"column-gap"
|
||||
]
|
||||
},
|
||||
"grid-area": {
|
||||
"inherited": false,
|
||||
"initial": "auto",
|
||||
"valid-identifiers": [
|
||||
"auto"
|
||||
],
|
||||
"valid-types": [
|
||||
"string"
|
||||
],
|
||||
"longhands": [
|
||||
"grid-column-end",
|
||||
"grid-column-start",
|
||||
"grid-row-end",
|
||||
"grid-row-start"
|
||||
]
|
||||
},
|
||||
"grid-column": {
|
||||
"inherited": false,
|
||||
"initial": "auto",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue