We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f51dee8 commit 75a6640Copy full SHA for 75a6640
1 file changed
css-scroll-snap/Overview.bs
@@ -841,6 +841,12 @@ Choosing Snap Positions {#choosing}
841
842
Issue: This would prevent space-travel effects. I think we should remove this.
843
844
+ * If a page is navigated to a fragment that defines a target element
845
+ (one that would be matched by '':target''),
846
+ and that element defines some <a>snap positions</a>,
847
+ the user agent should snap to one of that element's <a>snap positions</a>.
848
+ The user agent may do this even when the <a>scroll container</a> has ''scroll-snap-type: none''.
849
+
850
Issue: Does tie-resolution need to be specified? Inertial and semantic scrolls are easy--
851
just choose the next one in the scroll direction--
852
but explicit scrolls don't have a direction.
0 commit comments