@@ -128,7 +128,7 @@ Fragmentation Model and Terminology</h2>
128128 </dl>
129129
130130 <p>
131- Each <dfn>fragmentation break</dfn> (hereafter, <dfn>break</dfn> )
131+ Each <dfn export >fragmentation break</dfn> (hereafter, <dfn>break</dfn> )
132132 ends layout of the fragmented box in the current <a>fragmentainer</a>
133133 and causes the remaining content to be laid out in the next <a>fragmentainer</a> ,
134134 in some cases causing a new <a>fragmentainer</a> to be generated
@@ -562,7 +562,7 @@ Types of Breaks</h3>
562562 There are different types of breaks in CSS, defined based on the type of
563563 fragmentainers they span:
564564 </p>
565- <dl>
565+ <dl export >
566566 <dt> <dfn>page break</dfn> </dt>
567567 <dd>
568568 A break between two <a href="https://www.w3.org/TR/css3-page/#page-box">page boxes</a> .
@@ -602,7 +602,7 @@ Types of Breaks</h3>
602602Forced Breaks</h3>
603603
604604 <p>
605- A <dfn>forced break</dfn> is one explicitly indicated by the style sheet author.
605+ A <dfn export >forced break</dfn> is one explicitly indicated by the style sheet author.
606606 A <a>forced break</a> occurs at a <a href="#btw-blocks">class A break point</a> if,
607607 among the 'break-after' properties specified on or propagated to the earlier sibling box
608608 and the 'break-before' properties specified on or propagated to the later sibling box
@@ -635,7 +635,7 @@ Unforced Breaks</h3>
635635 <p>
636636 While <a href="#breaking-controls">breaking controls</a> can force breaks,
637637 they can also discourage them.
638- An <dfn>unforced break</dfn> is one that is inserted automatically by the UA
638+ An <dfn export >unforced break</dfn> is one that is inserted automatically by the UA
639639 in order to prevent content from overflowing the <a>fragmentainer</a> .
640640 The following rules control whether unforced breaking
641641 at a <a href="#possible-breaks">possible break point</a> is allowed:
0 commit comments