1
Fork 0
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:
Sam Atkins 2021-11-05 13:44:37 +00:00 committed by Andreas Kling
parent ae2a3bf185
commit 67214e0b61
5 changed files with 71 additions and 0 deletions

View file

@ -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",