mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb/CSS: Parse mask-mode property
This commit is contained in:
committed by
Sam Atkins
parent
22d7a58998
commit
d022eea9fc
Notes:
github-actions[bot]
2025-08-06 22:11:13 +00:00
Author: https://github.com/InvalidUsernameException Commit: https://github.com/LadybirdBrowser/ladybird/commit/d022eea9fcd Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5511 Reviewed-by: https://github.com/AtkinsSJ ✅ Reviewed-by: https://github.com/Calme1709
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user