1
Fork 0
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:
MacDue 2023-09-03 19:44:00 +01:00 committed by Andreas Kling
parent b69e8ee893
commit dc58b5f418
3 changed files with 45 additions and 0 deletions

View file

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