@@ -184,8 +184,8 @@ Value Definitions</h3>
184184<!-- End section: Values -->
185185<!-- End section Introduction -->
186186
187- <h3 id="position-property">
188- Choosing A Positioning Scheme: 'position' property</h3 >
187+ <h2 id="position-property">
188+ Choosing A Positioning Scheme: 'position' property</h2 >
189189
190190 <pre class="propdef">
191191 Name : position
@@ -202,7 +202,7 @@ Choosing A Positioning Scheme: 'position' property</h3>
202202 The 'position' property determines which of the positioning schemes
203203 is used to calculate the position of a box.
204204 Values other than ''static'' make the box a <dfn export lt="positioned box|positioned">positioned box</dfn> ,
205- and cause the box to establish an [=absolute positioning containing block=] for its descendants.
205+ and cause it to establish an [=absolute positioning containing block=] for its descendants.
206206 Values have the following meanings:
207207
208208<dl dfn-for="position" dfn-type="value">
@@ -375,33 +375,6 @@ Containing Blocks of Positioned Boxes</h3>
375375 (i.e., that generated by "div1").
376376</div>
377377
378- <h3 id="breaking">
379- Fragmenting Absolutely-positioned Elements</h3>
380-
381- In paged media, an absolutely positioned element is positioned relative to its
382- containing block ignoring any page breaks (as if the document were continuous). The
383- element may subsequently be broken over several pages.
384-
385- For absolutely positioned content that resolves to a position on a page other than the
386- page being laid out (the current page), or resolves to a position on the current page
387- which has already been rendered for printing, printers may place the content:
388-
389- <ul>
390- <li> on the current page,</li>
391- <li> on a subsequent page, or</li>
392- <li> may omit it altogether.</li>
393- </ul>
394-
395- <p class="note">
396- Note, a block-level element that is split over several pages may have a different width
397- on each page and that there may be device-specific limits.
398- </p>
399-
400- User agents must not paginate the content of fixed boxes.
401-
402- Note: User agents might print invisible content in other ways.
403- See [[CSS-PAGE-3#content-outside-box]] .
404-
405378<!-- End section: Containing blocks -->
406379
407380<h3 id="rel-pos">
@@ -637,6 +610,33 @@ Absolute positioning</h3>
637610 Though absolutely positioned boxes may have margins,
638611 those margins do not <a href="https://www.w3.org/TR/CSS2/box.html#collapsing-margins">collapse</a> with any other margins.
639612
613+ <h2 id="breaking">
614+ Fragmenting Absolutely-positioned Elements</h2>
615+
616+ In paged media, an absolutely positioned element is positioned relative to its
617+ containing block ignoring any page breaks (as if the document were continuous). The
618+ element may subsequently be broken over several pages.
619+
620+ For absolutely positioned content that resolves to a position on a page other than the
621+ page being laid out (the current page), or resolves to a position on the current page
622+ which has already been rendered for printing, printers may place the content:
623+
624+ <ul>
625+ <li> on the current page,</li>
626+ <li> on a subsequent page, or</li>
627+ <li> may omit it altogether.</li>
628+ </ul>
629+
630+ <p class="note">
631+ Note, a block-level element that is split over several pages may have a different width
632+ on each page and that there may be device-specific limits.
633+ </p>
634+
635+ User agents must not paginate the content of fixed boxes.
636+
637+ Note: User agents might print invisible content in other ways.
638+ See [[CSS-PAGE-3#content-outside-box]] .
639+
640640<!-- End section: Absolute positioning -->
641641
642642<h3 id="fixed-pos">
@@ -747,8 +747,8 @@ Fixed positioning</h3>
747747
748748<!-- End section: Choosing a positioning scheme: 'position' property -->
749749
750- <h3 id="box-offsets-trbl">
751- Box offsets: 'top', 'right', 'bottom', 'left'</h3 >
750+ <h2 id="box-offsets-trbl">
751+ Box offsets: 'top', 'right', 'bottom', 'left'</h2 >
752752
753753 An element is said to be <a>positioned</a>
754754 if its 'position' property has a value other than ''static'' .
0 commit comments