mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 13:47:34 +00:00
LibWeb: Add CSS mask
property and make it form a stacking context
This commit is contained in:
parent
b69e8ee893
commit
dc58b5f418
3 changed files with 45 additions and 0 deletions
|
@ -1484,6 +1484,19 @@
|
|||
"unitless-length"
|
||||
]
|
||||
},
|
||||
"mask": {
|
||||
"affects-layout": false,
|
||||
"affects-stacking-context": true,
|
||||
"inherited": false,
|
||||
"valid-identifiers": [
|
||||
"none"
|
||||
],
|
||||
"__comment": "FIXME: This should be a <mask-reference> and/or <mask-layer>#",
|
||||
"valid-types": [
|
||||
"url"
|
||||
],
|
||||
"initial": "none"
|
||||
},
|
||||
"math-depth": {
|
||||
"inherited": true,
|
||||
"initial": "0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue