@@ -743,21 +743,21 @@ <h3 id=possible-breaks><span class=secno>4.1. </span> Possible Break Points</h3>
743743 href ="#break-after "> < code class =property > break-after</ code > </ a > ’
744744 value on a last-child box is propagated to its container.
745745
746- < p > When paginating, if there are no possible break points below the top of
747- the page, and not all the content fits, the UA may break anywhere in order
748- to avoid losing content off the edge of the page.
749-
750746 < p id =monolithic > The UA is not required to fragment the contents of
751- replaced or scrollable elements e.g. those with ‘< code
747+ replaced or scrollable elements ( e.g. those with ‘< code
752748 class =property > overflow</ code > ’ set to ‘< code
753749 class =css > auto</ code > ’ or ‘< code
754- class =css > scroll</ code > ’, and may instead either slice the element's
755- graphical representation as necessary to fragment it or treat its box as
756- monolithic (unbreakable) and overflow the fragmenter. In both cases it
757- must treat the element as having ‘< code class =css > break-inside:
758- avoid</ code > ’, i.e. only slice or overflow at the fragmenter edge if
759- there are no < a href ="#possible-breaks "> possible break points</ a > on the
760- fragmenter.
750+ class =css > scroll</ code > ’), and may instead either slice the
751+ element's graphical representation as necessary to fragment it or treat
752+ its box as monolithic (unbreakable) and overflow the fragmenter. In both
753+ cases it must treat the element as having ‘< code
754+ class =css > break-inside: avoid</ code > ’, i.e. only slice or overflow
755+ at the fragmenter edge if there are no < a href ="#possible-breaks "> possible
756+ break points</ a > on the fragmenter.
757+
758+ < p > When paginating, if there are no possible break points below the top of
759+ the page, and not all the content fits, the UA may break anywhere in order
760+ to avoid losing content off the edge of the page.
761761
762762 < h3 id =break-types > < span class =secno > 4.2. </ span > Types of Breaks</ h3 >
763763
0 commit comments