Skip to content

Commit 5b4bbf5

Browse files
committed
Add replaced elements to monolithic elements section
1 parent 5da846e commit 5b4bbf5

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

css3-break/Overview.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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 &lsquo;<code class=property>overflow</code>&rsquo; set to
752-
&lsquo;<code class=css>auto</code>&rsquo; or &lsquo;<code
750+
<p id=monolithic> The UA is not required to fragment the contents of
751+
replaced or scrollable elements e.g. those with &lsquo;<code
752+
class=property>overflow</code>&rsquo; set to &lsquo;<code
753+
class=css>auto</code>&rsquo; or &lsquo;<code
753754
class=css>scroll</code>&rsquo;, 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

css3-break/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)