1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 13:47:34 +00:00

LibWeb: Add parsing for CSS <paint> values

This gets rid of a couple of FIXMEs in Properties.json :^)
This commit is contained in:
Sam Atkins 2023-06-15 16:37:36 +01:00 committed by Andreas Kling
parent 23aae7c7f3
commit 5cdcd135ab
4 changed files with 44 additions and 22 deletions

View file

@ -737,13 +737,8 @@
"affects-layout": false,
"inherited": true,
"initial": "black",
"__comment": "FIXME: Use `paint` as the type, once we have a PaintStyleValue and generic parsing for it.",
"valid-types": [
"color",
"url"
],
"valid-identifiers": [
"none"
"paint"
]
},
"fill-opacity": {
@ -1709,13 +1704,8 @@
"affects-layout": false,
"inherited": true,
"initial": "none",
"__comment": "FIXME: Use `paint` as the type, once we have a PaintStyleValue and generic parsing for it.",
"valid-types": [
"color",
"url"
],
"valid-identifiers": [
"none"
"paint"
]
},
"stroke-opacity": {