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

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
This commit is contained in:
Sam Atkins 2023-05-18 15:17:16 +01:00 committed by Andreas Kling
parent b73b4d7533
commit 52e9dced1a

View file

@ -146,9 +146,6 @@
"center", "center",
"left", "left",
"right" "right"
],
"quirks": [
"unitless-length"
] ]
}, },
"background-position-y": { "background-position-y": {
@ -163,9 +160,6 @@
"center", "center",
"bottom", "bottom",
"top" "top"
],
"quirks": [
"unitless-length"
] ]
}, },
"background-repeat": { "background-repeat": {
@ -563,9 +557,6 @@
], ],
"valid-identifiers": [ "valid-identifiers": [
"auto" "auto"
],
"quirks": [
"unitless-length"
] ]
}, },
"content": { "content": {
@ -804,9 +795,6 @@
"valid-identifiers": [ "valid-identifiers": [
"auto" "auto"
], ],
"quirks": [
"unitless-length"
],
"longhands": [ "longhands": [
"row-gap", "row-gap",
"column-gap" "column-gap"
@ -861,9 +849,6 @@
], ],
"valid-identifiers": [ "valid-identifiers": [
"auto" "auto"
],
"quirks": [
"unitless-length"
] ]
}, },
"grid-column-start": { "grid-column-start": {
@ -887,9 +872,6 @@
"valid-identifiers": [ "valid-identifiers": [
"auto" "auto"
], ],
"quirks": [
"unitless-length"
],
"longhands": [ "longhands": [
"grid-row-gap", "grid-row-gap",
"grid-column-gap" "grid-column-gap"
@ -928,9 +910,6 @@
], ],
"valid-identifiers": [ "valid-identifiers": [
"auto" "auto"
],
"quirks": [
"unitless-length"
] ]
}, },
"grid-row-start": { "grid-row-start": {
@ -1414,9 +1393,6 @@
], ],
"valid-identifiers": [ "valid-identifiers": [
"auto" "auto"
],
"quirks": [
"unitless-length"
] ]
}, },
"stroke": { "stroke": {