Skip to content

Commit 1fa773c

Browse files
committed
swap paragraphs
1 parent ad23ad8 commit 1fa773c

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

css3-break/Overview.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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>&rsquo;
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 &lsquo;<code
747+
replaced or scrollable elements (e.g. those with &lsquo;<code
752748
class=property>overflow</code>&rsquo; set to &lsquo;<code
753749
class=css>auto</code>&rsquo; or &lsquo;<code
754-
class=css>scroll</code>&rsquo;, 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 &lsquo;<code class=css>break-inside:
758-
avoid</code>&rsquo;, 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>&rsquo;), 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 &lsquo;<code
754+
class=css>break-inside: avoid</code>&rsquo;, 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

css3-break/Overview.src.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -523,21 +523,21 @@ <h3 id="possible-breaks">
523523
a 'break-before' value on a first-child box is propagated to its container.
524524
Likewise a 'break-after' value on a last-child box is propagated to its container.
525525
</p>
526-
<p>
527-
When paginating, if there are no possible break points below the top
528-
of the page, and not all the content fits, the UA may break anywhere
529-
in order to avoid losing content off the edge of the page.
530-
</p>
531526
<p id=monolithic>
532527
The UA is not required to fragment the contents of replaced or scrollable elements
533-
e.g. those with 'overflow' set to ''auto'' or ''scroll'', and may instead
528+
(e.g. those with 'overflow' set to ''auto'' or ''scroll''), and may instead
534529
either slice the element's graphical representation as necessary to fragment it
535530
or treat its box as monolithic (unbreakable) and overflow the fragmenter.
536531
In both cases it must treat the element as having ''break-inside: avoid'',
537532
i.e. only slice or overflow at the fragmenter edge
538533
if there are no <a href="#possible-breaks">possible break points</a>
539534
on the fragmenter.
540535
</p>
536+
<p>
537+
When paginating, if there are no possible break points below the top
538+
of the page, and not all the content fits, the UA may break anywhere
539+
in order to avoid losing content off the edge of the page.
540+
</p>
541541

542542
<h3 id="break-types">
543543
Types of Breaks</h3>

0 commit comments

Comments
 (0)