Skip to content

Commit b9a316d

Browse files
committed
[css-scroll-snap][editorial] Add dfn for 're-snap', export some other dfns.
1 parent 9d03a00 commit b9a316d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css-scroll-snap-1/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Scroll Snap Model {#overview}
217217
=============================
218218

219219
This module defines controls for
220-
<dfn lt="scroll snap position" local-lt="snap position">scroll snap positions</dfn>,
220+
<dfn export lt="scroll snap position" local-lt="snap position">scroll snap positions</dfn>,
221221
which are scroll positions that produce particular alignments
222222
of content within a scroll container.
223223
Using the 'scroll-snap-type' property on the relevant <a>scroll container</a>,
@@ -240,7 +240,7 @@ Scroll Snap Model {#overview}
240240
The act of adjusting the scroll position
241241
of a scroll container’s scrollport
242242
such that it is aligned to a snap position
243-
is called <dfn lt="snap | snapping | snapped">snapping</dfn>,
243+
is called <dfn export lt="scroll snap" local-lt="snap">snapping</dfn>,
244244
and a <a>scroll container</a> is said to be
245245
<a>snapped</a> to a <a>snap position</a>
246246
if its scrollport’s scroll position
@@ -397,7 +397,7 @@ Scroll Snap Strictness: the ''scroll-snap-type/none'', ''proximity'', and ''mand
397397
Otherwise, the box has no <a>scroll snap container</a>,
398398
and its <a>snap positions</a> do not trigger <a>snapping</a>.
399399

400-
<h4 id="re-snap">
400+
<h4 id="re-snap" dfn export lt="re-snap">
401401
Re-snapping After Layout Changes</h4>
402402

403403
If the content or layout of the document changes
@@ -548,7 +548,7 @@ Scroll Snapport: the 'scroll-padding' property {#scroll-padding}
548548
the user sees a continuous stream of content.
549549

550550
For a <a>scroll snap container</a> this region also defines
551-
the <dfn local-lt="snapport">scroll snapport</dfn>--
551+
the <dfn export local-lt="snapport">scroll snapport</dfn>--
552552
the area of the scrollport that is used as the <a>alignment container</a>
553553
for the <a>scroll snap areas</a> when calculating <a>snap positions</a>.
554554

@@ -616,7 +616,7 @@ Scroll Snapping Area: the 'scroll-margin' property {#scroll-margin}
616616
exactly as the 'margin' property does for its longhands.
617617

618618
Values represent outsets defining the
619-
<dfn lt="scroll snap area" local-lt="snap area">scroll snap area</dfn>
619+
<dfn export lt="scroll snap area" local-lt="snap area">scroll snap area</dfn>
620620
that is used for snapping this box to the snapport.
621621
The <a>scroll snap area</a> is determined by taking the transformed border box,
622622
finding its rectangular bounding box

0 commit comments

Comments
 (0)