diff options
author | Sam Atkins <atkinssj@serenityos.org> | 2023-05-18 15:17:16 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2023-05-18 18:04:48 +0200 |
commit | 52e9dced1afeab6a0245408bbfaaa53768254703 (patch) | |
tree | 337686c2b234ed6da749e9824e210a4ca171ee54 /Userland/Libraries/LibWeb/CSS | |
parent | b73b4d7533edcd24eba96433c7058a3f4490b13f (diff) | |
download | serenity-52e9dced1afeab6a0245408bbfaaa53768254703.zip |
LibWeb: Remove unitless-length quirk from properties that don't need it
A list of every property that has this quirk is available here:
https://quirks.spec.whatwg.org/#the-unitless-length-quirk
Diffstat (limited to 'Userland/Libraries/LibWeb/CSS')
-rw-r--r-- | Userland/Libraries/LibWeb/CSS/Properties.json | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/Userland/Libraries/LibWeb/CSS/Properties.json b/Userland/Libraries/LibWeb/CSS/Properties.json index f382acd93b..3129c4401b 100644 --- a/Userland/Libraries/LibWeb/CSS/Properties.json +++ b/Userland/Libraries/LibWeb/CSS/Properties.json @@ -146,9 +146,6 @@ "center", "left", "right" - ], - "quirks": [ - "unitless-length" ] }, "background-position-y": { @@ -163,9 +160,6 @@ "center", "bottom", "top" - ], - "quirks": [ - "unitless-length" ] }, "background-repeat": { @@ -563,9 +557,6 @@ ], "valid-identifiers": [ "auto" - ], - "quirks": [ - "unitless-length" ] }, "content": { @@ -804,9 +795,6 @@ "valid-identifiers": [ "auto" ], - "quirks": [ - "unitless-length" - ], "longhands": [ "row-gap", "column-gap" @@ -861,9 +849,6 @@ ], "valid-identifiers": [ "auto" - ], - "quirks": [ - "unitless-length" ] }, "grid-column-start": { @@ -887,9 +872,6 @@ "valid-identifiers": [ "auto" ], - "quirks": [ - "unitless-length" - ], "longhands": [ "grid-row-gap", "grid-column-gap" @@ -928,9 +910,6 @@ ], "valid-identifiers": [ "auto" - ], - "quirks": [ - "unitless-length" ] }, "grid-row-start": { @@ -1414,9 +1393,6 @@ ], "valid-identifiers": [ "auto" - ], - "quirks": [ - "unitless-length" ] }, "stroke": { |