LibWeb: Don't mark mask-type as list-valued

This is distinct from the other `mask-*` properties and is not a
longhand of `mask`, and is thus not a coordinating value list longhand
This commit is contained in:
Callum Law 2025-12-02 23:56:17 +13:00 committed by Sam Atkins
parent 4034ce995a
commit 758432c1cd
Notes: github-actions[bot] 2025-12-02 12:15:41 +00:00
3 changed files with 15 additions and 1 deletions

View file

@ -2799,7 +2799,7 @@
"animation-type": "discrete",
"inherited": false,
"affects-layout": false,
"multiplicity": "coordinating-list",
"multiplicity": "single",
"valid-types": [
"mask-type"
],