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 c07d0c6 commit 64131f7Copy full SHA for 64131f7
css-scroll-snap/Overview.bs
@@ -604,7 +604,13 @@ Scoping Valid Snap Positions to Visible Boxes
604
we can default to a gridded behavior
605
and introduce a switch to get smarter behavior later.)
606
607
-
+
608
+ Note: Although ''scroll-snap-type: both'' evaluates [=snap positions=] independently in each axis,
609
+ choosing of a [=snap position=] in one axis
610
+ may be influenced by [=snap positions=] in the other axis.
611
+ For example, snapping in one axis
612
+ may push off-screen the [=snap area=] that the other axis would otherwise align to,
613
+ making its [=snap position=] invalid and therefore unchooseable.
614
615
616
Snapping Boxes that Overflow the Scrollport
0 commit comments