[css-scroll-snap] What is (are) the desirable behavior(s) on re-snapping where the last snap point is on an element larger than the snapport · Issue #7438 · w3c/csswg-drafts · GitHub
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a couple of interesting cases I can think of;
the element is no longer larger than the snapport
the element is still larger than the snapport but the size was changed (got smaller or larger)
In the case of 1), re-snapping should snap to the point specified by scroll-snap-align?
In the case of 2), re-snapping should snap to the same position, say the element size was 300px and snapped to at 100px, and now the size is 200px, re-snapping to at 100px? Or to the same proportional position? I mean, snapping to 200/300px?