LibWeb/CSS: Parse mask-mode property

This commit is contained in:
InvalidUsernameException
2025-07-18 20:36:07 +02:00
committed by Sam Atkins
parent 22d7a58998
commit d022eea9fc
Notes: github-actions[bot] 2025-08-06 22:11:13 +00:00
8 changed files with 23 additions and 2 deletions

View File

@@ -2406,6 +2406,15 @@
],
"initial": "none"
},
"mask-mode": {
"animation-type": "discrete",
"inherited": false,
"affects-layout": false,
"valid-types": [
"masking-mode"
],
"initial": "match-source"
},
"mask-type": {
"animation-type": "discrete",
"inherited": false,