@@ -981,12 +981,13 @@ Spanning Columns</h2>
981
981
</dd>
982
982
<dt> <dfn>all</dfn> </dt>
983
983
<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
986
986
in the same [=block formatting context=] .
987
987
Content in the normal flow that appears before the element
988
988
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.
990
991
The element establishes an [=independent formatting context=] .
991
992
992
993
Note: Whether the element establishes a new <a>formatting context</a>
@@ -1069,8 +1070,8 @@ Spanning Columns</h2>
1069
1070
their [=containing block chain=] skips directly to the [=multicol container=]
1070
1071
(skipping any ancestors between the [=spanner=] and the [=multicol container=] ).
1071
1072
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.
1074
1075
1075
1076
<div class="example">
1076
1077
In this example, an <code> h2</code> element has been added to the sample document after the sixth sentence
0 commit comments