1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:37:44 +00:00

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

View file

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