mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-15 10:50:40 +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
Notes:
sideshowbarker
2024-07-17 02:14:39 +09:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/SerenityOS/serenity/commit/2e3f63fe3b Pull-request: https://github.com/SerenityOS/serenity/pull/21236
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…
Reference in a new issue