Skip to content

Commit 75c7b3c

Browse files
committed
[css-scroll-snap] Line-wrapping. (Whitespace-only change.)
1 parent 9aed33d commit 75c7b3c

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

css-scroll-snap/Overview.bs

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -309,16 +309,25 @@ Scroll Snap Strictness: the ''scroll-snap-type/none'', ''proximity'', and ''mand
309309
<dl dfn-type="value" dfn-for="scroll-snap-type">
310310
<dt><dfn>none</dfn>
311311
<dd>
312-
If specified on a <a>scroll container</a>, the <a>scroll container</a> must not <a>snap</a>.
312+
If specified on a <a>scroll container</a>,
313+
the <a>scroll container</a> must not <a>snap</a>.
313314

314315
<dt><dfn>mandatory</dfn>
315316
<dd>
316-
If specified on a <a>scroll container</a>, the <a>scroll container</a> is required to be <a>snapped</a> to a snap position when there are no active scrolling operations. If a reachable snap position exists then the scroll container must <a>snap</a> at the termination of a scroll (if none exist then no <a>snapping</a> occurs).
317+
If specified on a <a>scroll container</a>,
318+
the <a>scroll container</a> is required to be <a>snapped</a> to a snap position
319+
when there are no active scrolling operations.
320+
If a reachable snap position exists
321+
then the scroll container must <a>snap</a> at the termination of a scroll
322+
(if none exist then no <a>snapping</a> occurs).
317323

318324

319325
<dt><dfn>proximity</dfn>
320326
<dd>
321-
If specified on a <a>scroll container</a>, the <a>scroll container</a> may <a>snap</a> to a snap position at the termination of a scroll, at the discretion of the UA given the parameters of the scroll.
327+
If specified on a <a>scroll container</a>,
328+
the <a>scroll container</a> may <a>snap</a> to a snap position
329+
at the termination of a scroll,
330+
at the discretion of the UA given the parameters of the scroll.
322331
</dl>
323332

324333
Advisement:

0 commit comments

Comments
 (0)