LibWeb: Allow intrinsic size keywords for min-height and max-height

This commit is contained in:
Andreas Kling 2024-10-27 18:28:10 +01:00 committed by Andreas Kling
commit c5a54f1166
Notes: github-actions[bot] 2024-10-27 20:03:41 +00:00
5 changed files with 23 additions and 17 deletions

View file

@ -1905,6 +1905,9 @@
"percentage [0,∞]"
],
"valid-identifiers": [
"fit-content",
"max-content",
"min-content",
"none"
],
"percentages-resolve-to": "length",
@ -1947,7 +1950,10 @@
"percentage [0,∞]"
],
"valid-identifiers": [
"auto"
"auto",
"fit-content",
"max-content",
"min-content"
],
"percentages-resolve-to": "length",
"quirks": [