LibWeb/CSS: Make inline-size a logical alias for the height property

This commit is contained in:
Luke Wilde 2025-01-29 15:03:06 +00:00 committed by Andreas Kling
commit 6701aaf1cd
Notes: github-actions[bot] 2025-01-31 13:19:19 +00:00

View file

@ -1630,7 +1630,8 @@
},
"inline-size": {
"logical-alias-for": [
"width"
"width",
"height"
],
"initial": "auto",
"max-values": 1