Skip to content

Commit

Permalink
fix(css): Fix incorrect mdn_url (#804)
Browse files Browse the repository at this point in the history
fix(css); Fix incorrect mdn_url
  • Loading branch information
skyclouds2001 authored Nov 27, 2024
1 parent 10594fb commit f432647
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[ <box> | border | padding | content | text ]#",
Expand Down Expand Up @@ -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 | <custom-ident> ]+ && only?",
Expand Down Expand Up @@ -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": "<visual-box> || <length [0,∞]>",
Expand Down

0 comments on commit f432647

Please sign in to comment.