@@ -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" >
401401Re-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