Skip to content

Commit

Permalink
feat(css): Remove mdn_url for some obsolute/experiemental features (#849
Browse files Browse the repository at this point in the history
)

feat(css): Update&Fix mdn_url for some obsolute/experiemental features
  • Loading branch information
skyclouds2001 authored Jan 5, 2025
1 parent 0457a47 commit fd7fc88
Showing 1 changed file with 10 additions and 20 deletions.
30 changes: 10 additions & 20 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -1515,8 +1515,7 @@
"appliesto": "scrollingBoxes",
"computed": "asSpecified",
"order": "orderOfAppearance",
"status": "nonstandard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-webkit-overflow-scrolling"
"status": "nonstandard"
},
"-webkit-tap-highlight-color": {
"syntax": "<color>",
Expand Down Expand Up @@ -1778,8 +1777,7 @@
"appliesto": "allElements",
"computed": "asSpecified",
"order": "perGrammar",
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/anchor-scope"
"status": "experimental"
},
"animation": {
"syntax": "<single-animation>#",
Expand Down Expand Up @@ -6087,8 +6085,7 @@
"appliesto": "textFields",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "obsolete",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/ime-mode"
"status": "obsolete"
},
"initial-letter": {
"syntax": "normal | [ <number> <integer>? ]",
Expand Down Expand Up @@ -6119,8 +6116,7 @@
"appliesto": "firstLetterPseudoElementsAndInlineLevelFirstChildren",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/initial-letter-align"
"status": "experimental"
},
"inline-size": {
"syntax": "<'width'>",
Expand Down Expand Up @@ -9181,8 +9177,7 @@
"appliesto": "allElements",
"computed": "asSpecifiedRelativeToAbsoluteLengths",
"order": "uniqueOrder",
"status": "obsolete",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-coordinate"
"status": "obsolete"
},
"scroll-snap-destination": {
"syntax": "<position>",
Expand All @@ -9197,8 +9192,7 @@
"appliesto": "scrollContainers",
"computed": "asSpecifiedRelativeToAbsoluteLengths",
"order": "uniqueOrder",
"status": "obsolete",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-destination"
"status": "obsolete"
},
"scroll-snap-points-x": {
"syntax": "none | repeat( <length-percentage> )",
Expand All @@ -9213,8 +9207,7 @@
"appliesto": "scrollContainers",
"computed": "asSpecifiedRelativeToAbsoluteLengths",
"order": "uniqueOrder",
"status": "obsolete",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-points-x"
"status": "obsolete"
},
"scroll-snap-points-y": {
"syntax": "none | repeat( <length-percentage> )",
Expand All @@ -9229,8 +9222,7 @@
"appliesto": "scrollContainers",
"computed": "asSpecifiedRelativeToAbsoluteLengths",
"order": "uniqueOrder",
"status": "obsolete",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-points-y"
"status": "obsolete"
},
"scroll-snap-stop": {
"syntax": "normal | always",
Expand Down Expand Up @@ -9277,8 +9269,7 @@
"appliesto": "scrollContainers",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "obsolete",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type-x"
"status": "obsolete"
},
"scroll-snap-type-y": {
"syntax": "none | mandatory | proximity",
Expand All @@ -9293,8 +9284,7 @@
"appliesto": "scrollContainers",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "obsolete",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type-y"
"status": "obsolete"
},
"scroll-timeline": {
"syntax": "[ <'scroll-timeline-name'> <'scroll-timeline-axis'>? ]#",
Expand Down

0 comments on commit fd7fc88

Please sign in to comment.