From 1f8cd029a57305fc81bc28a2906287f98816364d Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Sun, 16 Jan 2022 21:35:33 +0000 Subject: [PATCH] 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. --- Userland/Libraries/LibWeb/CSS/Properties.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Userland/Libraries/LibWeb/CSS/Properties.json b/Userland/Libraries/LibWeb/CSS/Properties.json index 70da58ff6a..b513822c89 100644 --- a/Userland/Libraries/LibWeb/CSS/Properties.json +++ b/Userland/Libraries/LibWeb/CSS/Properties.json @@ -955,6 +955,7 @@ "percentage" ], "valid-identifiers": [ + "auto", "none" ], "quirks": [ @@ -969,6 +970,7 @@ "percentage" ], "valid-identifiers": [ + "auto", "none" ], "quirks": [