@@ -217,7 +217,7 @@ Scroll Snap Model {#overview}
217
217
=============================
218
218
219
219
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> ,
221
221
which are scroll positions that produce particular alignments
222
222
of content within a scroll container.
223
223
Using the 'scroll-snap-type' property on the relevant <a>scroll container</a> ,
@@ -240,7 +240,7 @@ Scroll Snap Model {#overview}
240
240
The act of adjusting the scroll position
241
241
of a scroll container’s scrollport
242
242
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> ,
244
244
and a <a>scroll container</a> is said to be
245
245
<a>snapped</a> to a <a>snap position</a>
246
246
if its scrollport’s scroll position
@@ -397,7 +397,7 @@ Scroll Snap Strictness: the ''scroll-snap-type/none'', ''proximity'', and ''mand
397
397
Otherwise, the box has no <a>scroll snap container</a> ,
398
398
and its <a>snap positions</a> do not trigger <a>snapping</a> .
399
399
400
- <h4 id="re-snap">
400
+ <h4 id="re-snap" dfn export lt="re-snap" >
401
401
Re-snapping After Layout Changes</h4>
402
402
403
403
If the content or layout of the document changes
@@ -548,7 +548,7 @@ Scroll Snapport: the 'scroll-padding' property {#scroll-padding}
548
548
the user sees a continuous stream of content.
549
549
550
550
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> --
552
552
the area of the scrollport that is used as the <a>alignment container</a>
553
553
for the <a>scroll snap areas</a> when calculating <a>snap positions</a> .
554
554
@@ -616,7 +616,7 @@ Scroll Snapping Area: the 'scroll-margin' property {#scroll-margin}
616
616
exactly as the 'margin' property does for its longhands.
617
617
618
618
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>
620
620
that is used for snapping this box to the snapport.
621
621
The <a>scroll snap area</a> is determined by taking the transformed border box,
622
622
finding its rectangular bounding box
0 commit comments