File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments