Skip to content

Commit fcc25da

Browse files
committed
[css-break] Clarify parallel fragmentation
1 parent 099f148 commit fcc25da

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

css-break/Overview.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,8 +401,13 @@ <h2 id=fragmentation-model><span class=secno>2. </span> Fragmentation Model
401401
remaining content to be laid out in the next <a
402402
href="#fragmentainer"><i>fragmentainer</i></a>, in some cases causing a
403403
new <a href="#fragmentainer"><i>fragmentainer</i></a> to be generated to
404-
hold the deferred content. When multiple flows are laid out in parallel,
405-
fragmentation is performed independently in each flow.
404+
hold the deferred content.
405+
406+
<p> When multiple flows are laid out in parallel, fragmentation is
407+
performed independently in each flow. For example, if an element is
408+
floated, then a forced break inside the float will not affect the content
409+
wrapping outside the float (except insofar as it may increase the height
410+
of the float).
406411

407412
<p> Breaking a <a href="#fragmentainer"><i>fragmentainer</i></a>
408413
<var>F</var> effectively splits the <a

css-break/Overview.src.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,15 @@ <h2 id="fragmentation-model">
175175
and causes the remaining content to be laid out in the next <i>fragmentainer</i>,
176176
in some cases causing a new <i>fragmentainer</i> to be generated
177177
to hold the deferred content.
178+
</p>
179+
180+
<p>
178181
When multiple flows are laid out in parallel,
179182
fragmentation is performed independently in each flow.
183+
For example, if an element is floated,
184+
then a forced break inside the float
185+
will not affect the content wrapping outside the float
186+
(except insofar as it may increase the height of the float).
180187
</p>
181188

182189
<p>

0 commit comments

Comments
 (0)