File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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>
14001395pqr stu vw xyz. A bc< br >
14011396def g hij klm nopqrs< br >
14021397tuv 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 >
You can’t perform that action at this time.
0 commit comments