Skip to content

Commit fdd9121

Browse files
committed
[css-break] Clarify that UA may adjust unforced breaks in parallel flows to match, but not unforced breaks.
1 parent e53a3ac commit fdd9121

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

css-break/Overview.bs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ Parallel Fragmentation Flows</h3>
152152
then a forced break inside the float
153153
will not affect the content outside the float
154154
(except insofar as it may increase the height of the float).
155+
UAs <em>may</em> (but are not required to)
156+
adjust the placement of <a>unforced breaks</a> in parallel <a>formatting contexts</a>
157+
to visually balance such side-by-side content,
158+
but <em>must not</em> do so to match a <a>forced break</a>.
155159
</p>
156160

157161
<p>

css-break/Overview.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,10 @@ <h3 class="heading settled" data-level="2.1" id="parallel-flows"><span class="se
264264
For example, if an element is floated,
265265
then a forced break inside the float
266266
will not affect the content outside the float
267-
(except insofar as it may increase the height of the float). </p>
267+
(except insofar as it may increase the height of the float).
268+
UAs <em>may</em> (but are not required to)
269+
adjust the placement of <a data-link-type="dfn" href="#unforced-break">unforced breaks</a> in parallel <a data-link-type="dfn" href="https://drafts.csswg.org/css-display-3/#formatting-context">formatting contexts</a> to visually balance such side-by-side content,
270+
but <em>must not</em> do so to match a <a data-link-type="dfn" href="#forced-break">forced break</a>. </p>
268271
<p> The following are examples of parallel flows
269272
whose contents will fragment independently: </p>
270273
<ul>

0 commit comments

Comments
 (0)