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:
parent
4d8789b173
commit
03daa4653f
6 changed files with 38 additions and 9 deletions
|
@ -1342,6 +1342,14 @@
|
|||
"distribute"
|
||||
]
|
||||
},
|
||||
"text-shadow": {
|
||||
"affects-layout": false,
|
||||
"inherited": true,
|
||||
"initial": "none",
|
||||
"valid-identifiers": [
|
||||
"none"
|
||||
]
|
||||
},
|
||||
"text-transform": {
|
||||
"inherited": true,
|
||||
"initial": "none",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue