Skip to content

Commit 0f6fdcf

Browse files
committed
[css-break] Clarify that overflow fragments just like regular content.
1 parent f45c31a commit 0f6fdcf

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

css-break/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -446,10 +446,10 @@ <h3 id=parallel-flows><span class=secno>2.1. </span> Parallel Fragmentation
446446
</ul>
447447

448448
<p> Content overflowing the content edge of a fixed-size box is considered
449-
parallel to the content after the fixed-size box. Note however that
450-
content <em>not</em> overflowing the content edge of a fixed-size box is
451-
embedded within the same flow as the in-flow content after it. (The
452-
content edge effectively forks the fragmentation.)
449+
parallel to the content after the fixed-size box. Such content fragments
450+
within the context of the box's <a href="#fragmented-flow"><i>fragmented
451+
flow</i></a> following normal fragmentation rules, increasing the length
452+
of the <a href="#fragmented-flow"><i>fragmented flow</i></a> as necessary.
453453

454454
<h3 id=nested-flows><span class=secno>2.2. </span> Nested Fragmentation
455455
Flows</h3>

css-break/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,9 @@ <h3 id="parallel-flows">
214214
<p>
215215
Content overflowing the content edge of a fixed-size box
216216
is considered parallel to the content after the fixed-size box.
217-
Note however that content <em>not</em> overflowing the content edge of a fixed-size box
218-
is embedded within the same flow as the in-flow content after it.
219-
(The content edge effectively forks the fragmentation.)
217+
Such content fragments within the context of the box's <i>fragmented flow</i>
218+
following normal fragmentation rules,
219+
increasing the length of the <i>fragmented flow</i> as necessary.
220220
</p>
221221

222222
<h3 id="nested-flows">

0 commit comments

Comments
 (0)