Skip to content

Commit 9f08805

Browse files
feat(css): Add data for scroll-initial-target (#964)
1 parent 8c84202 commit 9f08805

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

css/properties.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8753,6 +8753,21 @@
87538753
"status": "standard",
87548754
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-behavior"
87558755
},
8756+
"scroll-initial-target": {
8757+
"syntax": "none | nearest",
8758+
"media": "noPracticalMedia",
8759+
"inherited": false,
8760+
"animationType": "notAnimatable",
8761+
"percentages": "no",
8762+
"groups": [
8763+
"CSS Scroll Snap"
8764+
],
8765+
"initial": "none",
8766+
"appliesto": "allElements",
8767+
"computed": "theSpecifiedKeyword",
8768+
"order": "perGrammar",
8769+
"status": "experimental"
8770+
},
87568771
"scroll-margin": {
87578772
"syntax": "<length>{1,4}",
87588773
"media": "visual",

0 commit comments

Comments
 (0)