mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 13:47:34 +00:00
LibWeb: Implement mask-type
CSS property
This property allows specifying if a mask is an alpha or luminance mask. See: https://drafts.fxtf.org/css-masking/#the-mask-type
This commit is contained in:
parent
b0d75ef096
commit
479451498b
9 changed files with 43 additions and 2 deletions
|
@ -1502,6 +1502,14 @@
|
|||
],
|
||||
"initial": "none"
|
||||
},
|
||||
"mask-type": {
|
||||
"inherited": false,
|
||||
"affects-layout": false,
|
||||
"valid-types": [
|
||||
"mask-type"
|
||||
],
|
||||
"initial": "luminance"
|
||||
},
|
||||
"math-depth": {
|
||||
"inherited": true,
|
||||
"initial": "0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue