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

LibWeb: Implement appearance CSS property

This includes the "compat" values even though they are not strictly
necessary.
This commit is contained in:
MacDue 2022-07-22 16:05:11 +01:00 committed by Andreas Kling
parent b5febe538c
commit d7d34d88e5
7 changed files with 78 additions and 0 deletions

View file

@ -13,6 +13,13 @@
"align-self"
]
},
"appearance": {
"inherited": false,
"initial": "auto",
"valid-types": [
"appearance"
]
},
"background": {
"affects-layout": false,
"inherited": false,