Skip to content

Commit d791e1b

Browse files
committed
revising column-span
1 parent 6faf517 commit d791e1b

1 file changed

Lines changed: 7 additions & 13 deletions

File tree

css3-multicol/Overview.src.html

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1354,16 +1354,11 @@ <h3>'column-span'</h3>
13541354

13551355
<div class="example">
13561356

1357-
<p>In this example, an element with 'column-span: all' is set on an element that
1358-
naturally ends up...:
1359-
1360-
<pre class=css>
1361-
h2 {
1362-
column-span: all;
1363-
}
1364-
</pre>
1365-
1366-
<p>As a result, the number of columns is increased.
1357+
<p>In this example, a heading with 'column-span: all' naturally
1358+
appears in a column that appears in the overflow. The height of the
1359+
multicol element is constrained and it is therefore not possible to
1360+
make the element spanning. Therefore, the element appears as if
1361+
'column-span: none' was specified.
13671362

13681363
<div class=cols style="height: 100px">
13691364

@@ -1400,9 +1395,8 @@ <h3>'column-span'</h3>
14001395
pqr stu vw xyz. A bc<br>
14011396
def g hij klm nopqrs<br>
14021397
tuv wxy z. <br>
1403-
Heading<br>
1404-
Abc de fg hi jklmno. Pqrstu vw<br>
1405-
x yz.<br>
1398+
<p>An H2 element</p>
1399+
Abc de fg hi jklmno.
14061400
</div>
14071401

14081402
<div class=gap style="left: 150px"></div>

0 commit comments

Comments
 (0)