@@ -349,13 +349,16 @@ <h3 id="break-properties">
349349
350350 < p >
351351 A potential page/column/region break location is typically under the influence of
352- the parent element's 'break-inside' property, the 'break-after' property of the
353- preceding element, and the 'break-before' property of the following element. When
354- these properties have values other than ''auto'', the < dfn > forced break values</ dfn > (''always'',
355- ''left'', ''right'', ''page'', ''column'' and ''region'') take precedence over the
356- < dfn > avoid break values</ dfn > (''avoid'', ''avoid-page'', ''avoid-column'' and ''avoid-region''). See the section
357- on < a href ="#breaking-rules "> rules for breaking</ a > for the exact rules on how these
358- properties affect forced breaks.
352+ the containing block's 'break-inside' property,
353+ the 'break-after' property of the preceding element,
354+ and the 'break-before' property of the following element.
355+ When these properties have values other than ''auto'',
356+ the < dfn > forced break values</ dfn >
357+ (''always'', ''left'', ''right'', ''page'', ''column'' and ''region'')
358+ take precedence over the < dfn > avoid break values</ dfn >
359+ (''avoid'', ''avoid-page'', ''avoid-column'' and ''avoid-region'').
360+ See the section on < a href ="#breaking-rules "> rules for breaking</ a >
361+ for the exact rules on how these properties affect forced breaks.
359362 </ p >
360363 < p >
361364 User Agents must apply these properties to block-level boxes and to table rows,
@@ -482,15 +485,18 @@ <h3 id="possible-breaks">
482485 < dd >
483486 Between sibling boxes of the following types:
484487 < dl >
485- < dt > When the block flow direction of the siblings' parent is parallel
486- to that of the fragmentation context</ dt >
488+ < dt > Block-parallel Fragmentation</ dt >
487489 < dd >
488- block-level boxes, table row group boxes, table row boxes, multi-column
489- column row boxes
490+ When the block flow direction of the siblings' containing block
491+ is parallel to that of the fragmentation context:
492+ block-level boxes, table row group boxes, table row boxes,
493+ multi-column column row boxes
490494 </ dd >
491- < dt > When the block flow direction of the siblings' parent is perpendicular
492- to that of the fragmentation context</ dt >
495+ < dt > Block-perpendicular Fragmentation</ dt >
493496 < dd >
497+ When the block flow direction of the siblings' containing block
498+ is perpendicular
499+ to that of the fragmentation context:
494500 table column group boxes, table column boxes, multi-column column boxes
495501 </ dd >
496502 </ dl >
@@ -512,10 +518,10 @@ <h3 id="possible-breaks">
512518 </ p >
513519
514520 < p >
515- Since breaks are only allowed between siblings (1), not between
516- a child and its parent, a 'break-before' value on a first-child box is
517- propagated to its parent. Likewise a 'break-after ' value on a last -child
518- box is propagated to its parent .
521+ Since breaks are only allowed between siblings (1),
522+ not between a box and its container,
523+ a 'break-before ' value on a first -child box is propagated to its container.
524+ Likewise a 'break-after' value on a last-child box is propagated to its container .
519525 </ p >
520526 < p >
521527 When paginating, if there are no possible break points below the top
0 commit comments