Skip to content

Commit 17c4d96

Browse files
committed
[css-break] Clarify breaks between floats and adjacent content
1 parent 66338b8 commit 17c4d96

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

css-break/Overview.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -841,8 +841,9 @@ <h3 id=possible-breaks><span class=secno>4.1. </span> Possible Break Points</h3>
841841
<dt>Block-parallel Fragmentation
842842

843843
<dd> When the block flow direction of the siblings' containing block is
844-
parallel to that of the fragmentation context: block-level boxes, table
845-
row group boxes, table row boxes, multi-column column row boxes.
844+
parallel to that of the fragmentation context: in-flow block-level
845+
boxes, a float and an immediately-adjacent in-flow or floated box,
846+
table row group boxes, table row boxes, multi-column column row boxes.
846847

847848
<dt>Block-perpendicular Fragmentation
848849

css-break/Overview.src.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,8 @@ <h3 id="possible-breaks">
563563
<dd>
564564
When the block flow direction of the siblings' containing block
565565
is parallel to that of the fragmentation context:
566-
block-level boxes,
566+
in-flow block-level boxes,
567+
a float and an immediately-adjacent in-flow or floated box,
567568
table row group boxes,
568569
table row boxes,
569570
multi-column column row boxes.

0 commit comments

Comments
 (0)