1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 14:57:35 +00:00

LibWeb: Parse and plumb the accent-color CSS property

This commit is contained in:
MacDue 2023-03-18 20:49:00 +01:00 committed by Sam Atkins
parent d005b1ad1b
commit 87b8a36e56
5 changed files with 26 additions and 0 deletions

View file

@ -1,4 +1,14 @@
{
"accent-color": {
"inherited": true,
"initial": "auto",
"valid-types": [
"color"
],
"valid-identifiers": [
"auto"
]
},
"align-content": {
"inherited": false,
"initial": "stretch",