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.
1 parent ad4bda1 commit 81de5dfCopy full SHA for 81de5df
css-scroll-snap-1/Overview.bs
@@ -850,6 +850,14 @@ Snapping Boxes that Overflow the Scrollport</h4>
850
Because the first and last snap positions are part of ranges taller than the viewport,
851
the viewer is allowed to scroll freely
852
between the top and bottom of each range.
853
+
854
+ Any position in that range is a valid [=snap position=],
855
+ which can be snapped to when it is the nearest position;
856
+ however, if the element is targetted directly
857
+ (such as by a fragment ID or a scrolling API),
858
+ the UA will land on the bolded position,
859
+ which corresponds to the ideal requested alignment
860
+ of the element’s [=snap area=] within the [=snapport=].
861
</figcaption>
862
</figure>
863
0 commit comments