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
parent 010cdd8f90
commit 6701aaf1cd

View File

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