File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -747,9 +747,10 @@ <h3 id=possible-breaks><span class=secno>4.1. </span> Possible Break Points</h3>
747747 the page, and not all the content fits, the UA may break anywhere in order
748748 to avoid losing content off the edge of the page.
749749
750- < p > The UA is not required to fragment the contents of scrollable elements
751- e.g. those with ‘< code class =property > overflow</ code > ’ set to
752- ‘< code class =css > auto</ code > ’ or ‘< code
750+ < p id =monolithic > The UA is not required to fragment the contents of
751+ replaced or scrollable elements e.g. those with ‘< code
752+ class =property > overflow</ code > ’ set to ‘< code
753+ class =css > auto</ code > ’ or ‘< code
753754 class =css > scroll</ code > ’, and may instead either slice the element's
754755 graphical representation as necessary to fragment it or treat its box as
755756 monolithic (unbreakable) and overflow the fragmenter. In both cases it
Original file line number Diff line number Diff line change @@ -522,8 +522,8 @@ <h3 id="possible-breaks">
522522 of the page, and not all the content fits, the UA may break anywhere
523523 in order to avoid losing content off the edge of the page.
524524 </ p >
525- < p >
526- The UA is not required to fragment the contents of scrollable elements
525+ < p id = monolithic >
526+ The UA is not required to fragment the contents of replaced or scrollable elements
527527 e.g. those with 'overflow' set to ''auto'' or ''scroll'', and may instead
528528 either slice the element's graphical representation as necessary to fragment it
529529 or treat its box as monolithic (unbreakable) and overflow the fragmenter.
You can’t perform that action at this time.
0 commit comments