Skip to content

Commit 9159fdf

Browse files
committed
revising column-span
1 parent 0ffa687 commit 9159fdf

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

css3-multicol/Overview.src.html

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

13551355
<div class="example">
13561356

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.
1357+
<p>This is a variation of the previous example. In this example, the
1358+
H2 element appears later in the content, and the height of the
1359+
multicol element is constrained. Therefore, the H2 element appears in
1360+
the overflow and there is not room to make the element spanning.
1361+
As a result, the element appears as if 'column-span: none' was
1362+
specified.
13621363

13631364
<div class=cols style="height: 100px">
13641365

0 commit comments

Comments
 (0)