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

LibWeb: Make "currentcolor" lowercase in Properties.json

It's technically case-insensitive, but the spec always defines it as
"currentcolor" so it feels wrong to capitalise it differently there.
This commit is contained in:
Sam Atkins 2021-09-16 20:59:45 +01:00 committed by Andreas Kling
parent 854d6e5822
commit 2a3675f0c1

View file

@ -78,7 +78,7 @@
]
},
"border-bottom-color": {
"initial": "currentColor",
"initial": "currentcolor",
"inherited": false,
"quirks": [
"hashless-hex-color"
@ -119,7 +119,7 @@
"initial": "separate"
},
"border-left-color": {
"initial": "currentColor",
"initial": "currentcolor",
"inherited": false,
"quirks": [
"hashless-hex-color"
@ -145,7 +145,7 @@
]
},
"border-right-color": {
"initial": "currentColor",
"initial": "currentcolor",
"inherited": false,
"quirks": [
"hashless-hex-color"
@ -178,7 +178,7 @@
]
},
"border-top-color": {
"initial": "currentColor",
"initial": "currentcolor",
"inherited": false,
"quirks": [
"hashless-hex-color"