@@ -981,12 +981,13 @@ Spanning Columns</h2>
981981 </dd>
982982 <dt> <dfn>all</dfn> </dt>
983983 <dd>
984- The element is taken [=out-of- flow=]
985- and spans across all columns of the nearest multicol ancestor
984+ The element forces a column break and is taken [=out of flow=]
985+ to span across all columns of the nearest multicol ancestor
986986 in the same [=block formatting context=] .
987987 Content in the normal flow that appears before the element
988988 is automatically balanced across all columns
989- in the immediately preceding [=multi-column line=] before the element appears.
989+ in the immediately preceding [=multi-column line=] before the element appears,
990+ and any subsequent content flows into a new [=multi-column line=] after the element.
990991 The element establishes an [=independent formatting context=] .
991992
992993 Note: Whether the element establishes a new <a>formatting context</a>
@@ -1069,8 +1070,8 @@ Spanning Columns</h2>
10691070 their [=containing block chain=] skips directly to the [=multicol container=]
10701071 (skipping any ancestors between the [=spanner=] and the [=multicol container=] ).
10711072
1072- A spanning element is taken [=out-of-flow=] , leaving a forced break.
1073- This does not affect the <a href="https://www.w3.org/TR/CSS2/zindex.html">painting order</a> [[!CSS21]] of the spanning element.
1073+ Although the spanner is taken [=out-of-flow=] ,
1074+ this does not affect the <a href="https://www.w3.org/TR/CSS2/zindex.html">painting order</a> [[!CSS21]] of the spanning element.
10741075
10751076 <div class="example">
10761077 In this example, an <code> h2</code> element has been added to the sample document after the sixth sentence
0 commit comments