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:
parent
b73b4d7533
commit
52e9dced1a
Notes:
sideshowbarker
2024-07-17 01:28:15 +09:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/SerenityOS/serenity/commit/52e9dced1a Pull-request: https://github.com/SerenityOS/serenity/pull/18907
1 changed files with 0 additions and 24 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Reference in a new issue