From f432647f06782e0e49e9dd479626a3993cc01e63 Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Wed, 27 Nov 2024 19:18:36 +0800 Subject: [PATCH] fix(css): Fix incorrect mdn_url (#804) fix(css); Fix incorrect mdn_url --- css/properties.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/css/properties.json b/css/properties.json index 3662ee8e4..44f6b5da4 100644 --- a/css/properties.json +++ b/css/properties.json @@ -1372,8 +1372,7 @@ "appliesto": "allElements", "computed": "asSpecified", "order": "orderOfAppearance", - "status": "nonstandard", - "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-attachment" + "status": "nonstandard" }, "-webkit-mask-clip": { "syntax": "[ | border | padding | content | text ]#", @@ -4158,7 +4157,7 @@ "computed": "asSpecified", "order": "perGrammar", "status": "standard", - "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/clip-rule" + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color-interpolation-filters" }, "color-scheme": { "syntax": "normal | [ light | dark | ]+ && only?", @@ -7800,8 +7799,7 @@ "appliesto": "allElements", "computed": "asSpecified", "order": "uniqueOrder", - "status": "nonstandard", - "mdn_url": "https://developer.mozilla.org/docs/Mozilla/CSS/overflow-clip-box" + "status": "nonstandard" }, "overflow-clip-margin": { "syntax": " || ",