Skip to content

Commit 147743c

Browse files
committed
[css-scroll-snap] Fix problematic wording for overflowing scroll snap areas with overlapping snap positions.
1 parent e21c8e9 commit 147743c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

css-scroll-snap/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,8 @@ Scoping Valid Snap Positions to Visible Boxes</h4>
636636
Snapping Boxes that Overflow the Scrollport</h4>
637637

638638
If the <a>snap area</a> is larger than the <a>scroll snapport</a> in a particular axis,
639-
and there are no other <a>snap areas</a> within the <a>scroll snapport</a>,
639+
and there are no other <a>snap areas</a> within the <a>scroll snapport</a>
640+
that would provide a <a>snap position</a> aligning the overflowing <a>snap area</a> within the <a>snapport</a>,
640641
then any scroll position in which the <a>snap area</a> covers the <a>scroll snapport</a>
641642
is a valid <a>snap position</a> in that axis.
642643
The UA may use the specified alignment as a more precise target

0 commit comments

Comments
 (0)