LibWeb: Add missing "auto" identifiers for min-width/height

Both of these have "auto" as their initial value, so the only reason
they work currently is that "auto" is implicitly a Length.
This commit is contained in:
Sam Atkins 2022-01-16 21:35:33 +00:00 committed by Andreas Kling
parent f602249ae9
commit 1f8cd029a5
Notes: sideshowbarker 2024-07-17 20:36:43 +09:00

View File

@ -955,6 +955,7 @@
"percentage"
],
"valid-identifiers": [
"auto",
"none"
],
"quirks": [
@ -969,6 +970,7 @@
"percentage"
],
"valid-identifiers": [
"auto",
"none"
],
"quirks": [