File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments