mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 18:46:03 +00:00
LibWeb/CSS: Mark grid-[gap, column-gap, row-gap] properties as aliases
These are legacy name aliases for the properties without the 'grid-' prefix. See https://drafts.csswg.org/css-align-3/#gap-legacy
This commit is contained in:
parent
6114e69a53
commit
c79f261bec
Notes:
github-actions[bot]
2024-10-14 15:58:28 +00:00
Author: https://github.com/AtkinsSJ
Commit: c79f261bec
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1785
3 changed files with 5 additions and 51 deletions
|
@ -113,15 +113,13 @@ grid-auto-columns: auto
|
|||
grid-auto-flow: row
|
||||
grid-auto-rows: auto
|
||||
grid-column-end: auto
|
||||
grid-column-gap: auto
|
||||
grid-column-start: auto
|
||||
grid-row-end: auto
|
||||
grid-row-gap: auto
|
||||
grid-row-start: auto
|
||||
grid-template-areas:
|
||||
grid-template-columns:
|
||||
grid-template-rows:
|
||||
height: 2091px
|
||||
height: 2057px
|
||||
inline-size: auto
|
||||
inset-block-end: auto
|
||||
inset-block-start: auto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue