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:
parent
854d6e5822
commit
2a3675f0c1
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue