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

LibWeb: Parse and compute text-shadow property

This commit is contained in:
Sam Atkins 2022-03-23 21:16:36 +00:00 committed by Andreas Kling
parent 4d8789b173
commit 03daa4653f
6 changed files with 38 additions and 9 deletions

View file

@ -1342,6 +1342,14 @@
"distribute"
]
},
"text-shadow": {
"affects-layout": false,
"inherited": true,
"initial": "none",
"valid-identifiers": [
"none"
]
},
"text-transform": {
"inherited": true,
"initial": "none",