mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 21:37:35 +00:00
LibWeb: Naive support for CSS "background" shorthand
Many sites simply use "background" as an alias for "background-color" so let's at least support that.
This commit is contained in:
parent
62885b5646
commit
3c6801c3a5
2 changed files with 13 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"background": {
|
||||
},
|
||||
"background-attachment": {
|
||||
"inherited": false,
|
||||
"initial": "scroll"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue