mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 02:47:34 +00:00
LibWeb: Parse background-size
property
This commit is contained in:
parent
ae2a3bf185
commit
67214e0b61
5 changed files with 71 additions and 0 deletions
|
@ -90,6 +90,20 @@
|
|||
"space"
|
||||
]
|
||||
},
|
||||
"background-size": {
|
||||
"inherited": false,
|
||||
"initial": "auto",
|
||||
"max-values": 2,
|
||||
"valid-types": [
|
||||
"length",
|
||||
"percentage"
|
||||
],
|
||||
"valid-identifiers": [
|
||||
"auto",
|
||||
"cover",
|
||||
"contain"
|
||||
]
|
||||
},
|
||||
"border": {
|
||||
"longhands": [
|
||||
"border-width",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue