mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibWeb: Create enum for <line-width> keywords
This commit is contained in:
parent
0809eacd97
commit
f46bd7f5eb
Notes:
github-actions[bot]
2025-07-09 11:29:22 +00:00
Author: https://github.com/Calme1709
Commit: f46bd7f5eb
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5368
Reviewed-by: https://github.com/gmta ✅
2 changed files with 21 additions and 48 deletions
|
@ -450,6 +450,11 @@
|
|||
"inset",
|
||||
"outset"
|
||||
],
|
||||
"line-width": [
|
||||
"thin",
|
||||
"medium",
|
||||
"thick"
|
||||
],
|
||||
"list-style-position": [
|
||||
"inside",
|
||||
"outside"
|
||||
|
|
|
@ -599,12 +599,8 @@
|
|||
],
|
||||
"max-values": 2,
|
||||
"valid-types": [
|
||||
"length [0,∞]"
|
||||
],
|
||||
"valid-identifiers": [
|
||||
"medium",
|
||||
"thick",
|
||||
"thin"
|
||||
"length [0,∞]",
|
||||
"line-width"
|
||||
]
|
||||
},
|
||||
"border-bottom": {
|
||||
|
@ -665,12 +661,8 @@
|
|||
"initial": "medium",
|
||||
"inherited": false,
|
||||
"valid-types": [
|
||||
"length [0,∞]"
|
||||
],
|
||||
"valid-identifiers": [
|
||||
"medium",
|
||||
"thick",
|
||||
"thin"
|
||||
"length [0,∞]",
|
||||
"line-width"
|
||||
],
|
||||
"quirks": [
|
||||
"unitless-length"
|
||||
|
@ -889,12 +881,8 @@
|
|||
],
|
||||
"max-values": 2,
|
||||
"valid-types": [
|
||||
"length [0,∞]"
|
||||
],
|
||||
"valid-identifiers": [
|
||||
"medium",
|
||||
"thick",
|
||||
"thin"
|
||||
"length [0,∞]",
|
||||
"line-width"
|
||||
]
|
||||
},
|
||||
"border-left": {
|
||||
|
@ -931,12 +919,8 @@
|
|||
"initial": "medium",
|
||||
"inherited": false,
|
||||
"valid-types": [
|
||||
"length [0,∞]"
|
||||
],
|
||||
"valid-identifiers": [
|
||||
"medium",
|
||||
"thick",
|
||||
"thin"
|
||||
"length [0,∞]",
|
||||
"line-width"
|
||||
],
|
||||
"quirks": [
|
||||
"unitless-length"
|
||||
|
@ -992,12 +976,8 @@
|
|||
"initial": "medium",
|
||||
"inherited": false,
|
||||
"valid-types": [
|
||||
"length [0,∞]"
|
||||
],
|
||||
"valid-identifiers": [
|
||||
"medium",
|
||||
"thick",
|
||||
"thin"
|
||||
"length [0,∞]",
|
||||
"line-width"
|
||||
],
|
||||
"quirks": [
|
||||
"unitless-length"
|
||||
|
@ -1100,12 +1080,8 @@
|
|||
"initial": "medium",
|
||||
"inherited": false,
|
||||
"valid-types": [
|
||||
"length [0,∞]"
|
||||
],
|
||||
"valid-identifiers": [
|
||||
"medium",
|
||||
"thick",
|
||||
"thin"
|
||||
"length [0,∞]",
|
||||
"line-width"
|
||||
],
|
||||
"quirks": [
|
||||
"unitless-length"
|
||||
|
@ -1121,12 +1097,8 @@
|
|||
],
|
||||
"max-values": 4,
|
||||
"valid-types": [
|
||||
"length [0,∞]"
|
||||
],
|
||||
"valid-identifiers": [
|
||||
"medium",
|
||||
"thick",
|
||||
"thin"
|
||||
"length [0,∞]",
|
||||
"line-width"
|
||||
],
|
||||
"quirks": [
|
||||
"unitless-length"
|
||||
|
@ -2614,12 +2586,8 @@
|
|||
"inherited": false,
|
||||
"initial": "medium",
|
||||
"valid-types": [
|
||||
"length [0,∞]"
|
||||
],
|
||||
"valid-identifiers": [
|
||||
"medium",
|
||||
"thick",
|
||||
"thin"
|
||||
"length [0,∞]",
|
||||
"line-width"
|
||||
]
|
||||
},
|
||||
"overflow": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue