mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 11:06:10 +00:00
LibWeb/CSS: Make inline-size a logical alias for the height property
This commit is contained in:
parent
010cdd8f90
commit
6701aaf1cd
Notes:
github-actions[bot]
2025-01-31 13:19:19 +00:00
Author: https://github.com/Lubrsi
Commit: 6701aaf1cd
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3399
Reviewed-by: https://github.com/AtkinsSJ
1 changed files with 2 additions and 1 deletions
|
@ -1630,7 +1630,8 @@
|
|||
},
|
||||
"inline-size": {
|
||||
"logical-alias-for": [
|
||||
"width"
|
||||
"width",
|
||||
"height"
|
||||
],
|
||||
"initial": "auto",
|
||||
"max-values": 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue