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:
parent
23aae7c7f3
commit
5cdcd135ab
4 changed files with 44 additions and 22 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue