You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Descendants of the <adata-link-type="dfn" href="#fragmentation-root">fragmentation root</a> may have other block flow directions,
235
235
but fragmentation proceeds according to the block flow direction applied to the <adata-link-type="dfn" href="#fragmentation-root">fragmentation root</a>.)
and similarly creates box fragments when it breaks <ahref="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes">inline boxes</a> across <ahref="http://www.w3.org/TR/CSS21/visuren.html#line-box">line boxes</a>.
260
260
However, inline breaking is not covered here; see <adata-link-type="biblio" href="#biblio-css21">[CSS21]</a>/<adata-link-type="biblio" href="#biblio-css3text">[CSS3TEXT]</a>. </p>
<p> When multiple flows are laid out parallel to each other,
263
-
fragmentation is performed independently in each flow.
262
+
<p> When multiple <adata-link-type="dfn" href="https://drafts.csswg.org/css-display-3/#formatting-context">formatting contexts</a> are laid out parallel to each other,
263
+
fragmentation is performed independently in each <adata-link-type="dfn" href="https://drafts.csswg.org/css-display-3/#formatting-context">formatting context</a>.
264
264
For example, if an element is floated,
265
265
then a forced break inside the float
266
-
will not affect the content wrapping outside the float
266
+
will not affect the content outside the float
267
267
(except insofar as it may increase the height of the float). </p>
<h2class="heading settled" data-level="4" id="breaking-rules"><spanclass="secno">4. </span><spanclass="content"> Rules for Breaking</span><aclass="self-link" href="#breaking-rules"></a></h2>
512
-
<p> A fragmented flow may be broken across fragmentainers at a number of <ahref="#possible-breaks">possible break points</a>. In the case of <ahref="#forced-breaks">forced breaks</a>, the UA is required to
512
+
<p> A <adata-link-type="dfn" href="#fragmented-flow">fragmented flow</a> may be broken across <adata-link-type="dfn" href="#fragmentainer">fragmentainers</a> at a number of <ahref="#possible-breaks">possible break points</a>. In the case of <ahref="#forced-breaks">forced breaks</a>, the UA is required to
513
513
break the flow at that point. In the case of <ahref="#unforced-breaks">unforced breaks</a>, the UA has to choose
514
514
among the possible breaks that are allowed. </p>
515
515
<p> To guarantee progress, fragmentainers are assumed to have a minimum <adata-link-type="dfn" href="https://drafts.csswg.org/css-writing-modes-3/#block-size">block size</a> of 1px regardless of their used size. </p>
at a <ahref="#possible-breaks">possible break point</a> is allowed: </p>
614
614
<dl>
615
615
<dt>Rule 1
616
-
<dd> A fragmented flow may break at a <ahref="#btw-blocks">class A break point</a> only if
616
+
<dd> A <adata-link-type="dfn" href="#fragmented-flow">fragmented flow</a> may break at a <ahref="#btw-blocks">class A break point</a> only if
617
617
all the <aclass="property" data-link-type="propdesc" href="#propdef-break-after">break-after</a> and <aclass="property" data-link-type="propdesc" href="#propdef-break-before">break-before</a> values applicable to this
618
618
break point allow it, which is when at least one of them forces a
0 commit comments