Skip to content

Commit 5daccda

Browse files
committed
[css-scroll-snap] Add some issues.
1 parent cda3220 commit 5daccda

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

css-scroll-snap/Overview.bs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)