Skip to content

Commit 80aea8c

Browse files
committed
[css-scroll-snap-1] Break up the sentence so that it is parsable by mere mortals. #6863
1 parent 81de5df commit 80aea8c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

css-scroll-snap-1/Overview.bs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -778,10 +778,14 @@ Scoping Valid Snap Positions to Visible Boxes</h4>
778778
Snapping Boxes that Overflow the Scrollport</h4>
779779

780780
If the <a>snap area</a> is larger than the <a>snapport</a> in a particular axis,
781-
then any scroll position in which the <a>snap area</a> covers the <a>snapport</a>,
782-
and the distance between the geometrically previous and subsequent <a>snap positions</a> in that axis
783-
is larger than size of the <a>snapport</a> in that axis,
781+
then any scroll position in which
782+
* the <a>snap area</a> covers the <a>snapport</a>, and
783+
* the distance between the geometrically previous and subsequent
784+
otherwise-valid <a>snap positions</a> in that axis
785+
is larger than size of the <a>snapport</a> in that axis,
786+
784787
is a valid <a>snap position</a> in that axis.
788+
785789
The UA may use the specified alignment as a more precise target
786790
for certain scroll operations (e.g. explicit paging).
787791

0 commit comments

Comments
 (0)