File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -529,6 +529,8 @@ Scroll Snapping Alignment: the 'scroll-snap-align' property {#scroll-snap-align}
529529 For all of these values,
530530 the <a>block</a> or <a>inline</a> axis
531531 is relative to the element's parent's <a>writing mode</a> .
532+ <span class="issue"> Is this the correct writing mode to compute against?
533+ Or should it be the scroll container's writing mode?</span>
532534
533535 The <dfn export>scroll alignment values</dfn> are defined as follows:
534536
@@ -723,6 +725,10 @@ Types of Scrolling Gestures {#scroll-types}
723725 or another element's <a>snap position</a> might be chosen for that axis,
724726 or that axis might not snap at all.
725727
728+ Issue: Define that the 1D snap position is only valid so long as you can see the element.
729+ If it's off-screen, it should probably have no effect--that would be confusing,
730+ to snap to a non-visible thing.
731+
726732 : <dfn export local-lt="2D" lt="2D snap position">2D snap position</dfn>
727733 :: A <a>2d snap position</a> indicates a desired <a>snap position</a>
728734 in both axises at once,
You can’t perform that action at this time.
0 commit comments