Skip to content

Commit a50a12b

Browse files
committed
[css-multicol-1] Clarify that spanners interrupt column rules. w3c#2579
1 parent 8262f18 commit a50a12b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

css-multicol-1/Overview.bs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,13 +1083,17 @@ Spanning Columns</h2>
10831083
</pre>
10841084

10851085
By setting 'column-span' to ''column-span/all'',
1086-
all content that appears before the <code>h2</code> element
1087-
is shown before the <code>h2</code> element.
1086+
all content that appears before the <code>h2</code> element
1087+
is shown above the <code>h2</code> element.
10881088

10891089
<figure>
10901090
<img src="images/h2-spanner.svg" alt="An element spans all three columns">
10911091
<figcaption>The h2 element is set to column-span: all</figcaption>
10921092
</figure>
1093+
1094+
Note that because the spanner splits the [=multi-column line=],
1095+
it also interrupts any [=column rules=]
1096+
(which are only drawn between [=columns=] in a [=multi-column line=]).
10931097
</div>
10941098

10951099
A spanning element may be lower than the first level of descendants

0 commit comments

Comments
 (0)