From c73adfec11d1849c32e149d9be9a093ea7bd3922 Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Sat, 21 Dec 2024 19:35:52 +0800 Subject: [PATCH] feat(css): Update syntax for `[-webkit]-mask-{clip,origin}` (#839) --- css/properties.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/properties.json b/css/properties.json index b67a3ecc..b991bbbe 100644 --- a/css/properties.json +++ b/css/properties.json @@ -1375,7 +1375,7 @@ "status": "nonstandard" }, "-webkit-mask-clip": { - "syntax": "[ | border | padding | content | text ]#", + "syntax": "[ | no-clip | border | padding | content | text ]#", "media": "visual", "inherited": false, "animationType": "discrete", @@ -1423,7 +1423,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/mask-image" }, "-webkit-mask-origin": { - "syntax": "[ | border | padding | content ]#", + "syntax": "[ | border | padding | content ]#", "media": "visual", "inherited": false, "animationType": "discrete", @@ -7096,7 +7096,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/mask-border-width" }, "mask-clip": { - "syntax": "[ | no-clip ]#", + "syntax": "[ | no-clip ]#", "media": "visual", "inherited": false, "animationType": "discrete", @@ -7160,7 +7160,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/mask-mode" }, "mask-origin": { - "syntax": "#", + "syntax": "#", "media": "visual", "inherited": false, "animationType": "discrete",