Skip to content

Commit a096152

Browse files
committed
[css-break] clarify break propagation per <http://lists.w3.org/Archives/Public/www-style/2013Dec/0331.html>
1 parent e76de12 commit a096152

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

css-break/Overview.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,8 @@ <h3 id=break-between><span class=secno>3.1. </span> Breaks Between Boxes:
566566
propagated to its container. Likewise a ‘<a href="#break-after"><code
567567
class=property>break-after</code></a>’ value on a last-child box is
568568
propagated to its container. (Conflicting values <a
569-
href="#forced-breaks">combine</a> as defined below.)
569+
href="#forced-breaks">combine</a> as defined below.) This propagation
570+
stops before it breaks through the nearest matching fragmentation context.
570571

571572
<p> Values for ‘<a href="#break-before"><code
572573
class=property>break-before</code></a>’ and ‘<a

css-break/Overview.src.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ <h3 id="break-between">
306306
a 'break-before' value on a first-child box is propagated to its container.
307307
Likewise a 'break-after' value on a last-child box is propagated to its container.
308308
(Conflicting values <a href="#forced-breaks">combine</a> as defined below.)
309+
This propagation stops before it breaks through the nearest matching fragmentation context.
309310
</p>
310311

311312
<p>

0 commit comments

Comments
 (0)