@@ -679,24 +679,30 @@ Absolute Positioning</h3>
679679<h4 id="abspos-breaking" oldids="breaking">
680680Fragmenting Absolutely-positioned Elements</h4>
681681
682- In paged media, an absolutely positioned element is positioned relative to its
683- containing block ignoring any page breaks (as if the document were continuous). The
684- element may subsequently be broken over several pages.
685-
686- For absolutely positioned content that resolves to a position on a page other than the
687- page being laid out (the current page), or resolves to a position on the current page
688- which has already been rendered for printing, printers may place the content:
682+ In a [=fragmented flow=] , an [=absolutely positioned box=]
683+ is positioned relative to its [=containing block=]
684+ ignoring any [=fragmentation breaks=]
685+ (as if the flow were continuous).
686+ The box may subsequently be broken over several [=fragmentation containers=] .
687+
688+ For absolutely positioned content in [=paged media=]
689+ that resolves to a position on a page
690+ other than the page being laid out (the current page),
691+ or resolves to a position on the current page
692+ that has already been rendered for printing,
693+ printers may place the content:
689694
690695 <ul>
691- <li> on the current page,</li>
692- <li> on a subsequent page, or</li>
693- <li> may omit it altogether.</li>
696+ <li> on the current page,
697+ <li> on a subsequent page, or
698+ <li> may omit it altogether.
694699 </ul>
695700
696- Note: A block-level element that is split over several pages may have a different width
697- on each page and that there may be device-specific limits.
701+ Note: A [=block-level=] element that is split over several pages
702+ can have a different width on each page,
703+ and there may be device-specific limits.
698704
699- User agents must not paginate the content of fixed boxes.
705+ User agents must not paginate the content of [= fixed-positioned boxes=] .
700706
701707 Note: User agents might print invisible content in other ways.
702708 See [[CSS-PAGE-3#content-outside-box]] .
0 commit comments