We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
scroll-initial-target
1 parent 8c84202 commit 9f08805Copy full SHA for 9f08805
css/properties.json
@@ -8753,6 +8753,21 @@
8753
"status": "standard",
8754
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-behavior"
8755
},
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
+ },
8771
"scroll-margin": {
8772
"syntax": "<length>{1,4}",
8773
"media": "visual",
0 commit comments