From b93eb9231831ecccf59552383d7820e410354dc5 Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:07:17 +0800 Subject: [PATCH 1/4] feat(css): Update syntax for `[-webkit]-mask-origin` --- css/properties.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/properties.json b/css/properties.json index fb75341e..b322e98c 100644 --- a/css/properties.json +++ b/css/properties.json @@ -1423,7 +1423,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/mask-image" }, "-webkit-mask-origin": { - "syntax": "[ | border | padding | content ]#", + "syntax": "#", "media": "visual", "inherited": false, "animationType": "discrete", @@ -7176,7 +7176,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/mask-mode" }, "mask-origin": { - "syntax": "#", + "syntax": "#", "media": "visual", "inherited": false, "animationType": "discrete", From 4ab89a374f194bc90cf3c22188837f8df11f9d56 Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:14:40 +0800 Subject: [PATCH 2/4] Update css/properties.json --- css/properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties.json b/css/properties.json index b322e98c..a2444a9a 100644 --- a/css/properties.json +++ b/css/properties.json @@ -1423,7 +1423,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/mask-image" }, "-webkit-mask-origin": { - "syntax": "#", + "syntax": "[ | border | padding | content ]#", "media": "visual", "inherited": false, "animationType": "discrete", From 8bef563d2edf914a68f84567b30832c0237de66f Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:39:08 +0800 Subject: [PATCH 3/4] feat(css): Update syntax for `[-webkit]-mask-clip` --- css/properties.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/properties.json b/css/properties.json index a2444a9a..1d7da11f 100644 --- a/css/properties.json +++ b/css/properties.json @@ -1375,7 +1375,7 @@ "status": "nonstandard" }, "-webkit-mask-clip": { - "syntax": "[ | border | padding | content | text ]#", + "syntax": "[ | border | padding | content | text ]#", "media": "visual", "inherited": false, "animationType": "discrete", @@ -7112,7 +7112,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", From 69e4b1481019e752c1d6c96e001b07c86faa6547 Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Thu, 19 Dec 2024 18:54:12 +0800 Subject: [PATCH 4/4] Update css/properties.json --- css/properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties.json b/css/properties.json index 1d7da11f..baa0e0d7 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",