mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:37:34 +00:00
LibWeb: Correct longhands for grid
property
These three are the ones that ShorthandStyleValue uses to serialize `grid`, so let's use them here. The spec also mentions `grid-auto-*` properties as being set by `grid`, but I'll leave that for someone who understands grid better.
This commit is contained in:
parent
28dbe8eb10
commit
2e3f63fe3b
1 changed files with 3 additions and 1 deletions
|
@ -953,7 +953,9 @@
|
|||
],
|
||||
"percentages-resolve-to": "length",
|
||||
"longhands": [
|
||||
"grid-template"
|
||||
"grid-template-areas",
|
||||
"grid-template-rows",
|
||||
"grid-template-columns"
|
||||
]
|
||||
},
|
||||
"grid-area": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue