Skip to content

Commit c8b8ba2

Browse files
committed
x
1 parent 44e2b46 commit c8b8ba2

1 file changed

Lines changed: 63 additions & 4 deletions

File tree

css3-multicol/Overview.html

Lines changed: 63 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1614,9 +1614,13 @@ <h3 id=column-span><span class=secno>6.1. </span>&lsquo;<a
16141614
<td>none
16151615

16161616
<tr>
1617-
<td><em>Applies to:</em>
1617+
<td><em>Applies to:</em> <!--
1618+
<td>static, non-floating elements,
1619+
-->
1620+
16181621

1619-
<td>static, non-floating elements,
1622+
<td>block-level elements, except floating and absolutely positioned
1623+
elements
16201624

16211625
<tr>
16221626
<td><em>Inherited:</em>
@@ -1727,7 +1731,61 @@ <h3 id=column-span><span class=secno>6.1. </span>&lsquo;<a
17271731
<p>A spanning element takes up more space than the element would take up
17281732
otherwise. When space is limited, it may be impossible to find room for
17291733
the spanning element. In these cases, user agents may treat the element as
1730-
if &lsquo;<code class=property>none</code>&rsquo; had been specified.
1734+
if &lsquo;<code class=property>none</code>&rsquo; had been specified on
1735+
this property.
1736+
1737+
<div class=example>
1738+
<p>In this example, an element with &lsquo;<code class=css>column-span:
1739+
all</code>&rsquo; is set on an element that naturally ends up...:
1740+
1741+
<pre class=css>
1742+
h2 {
1743+
column-span: all;
1744+
}
1745+
</pre>
1746+
1747+
<p>As a result, the number of columns is increased.
1748+
1749+
<div class=cols style="height: 100px">
1750+
<div class=col style="">
1751+
<p> Ab cde fgh i jkl. Mno<br>
1752+
pqr stu vw xyz. A bc<br>
1753+
def g hij klm nopqrs<br>
1754+
tuv wxy z. Abc de fg<br>
1755+
hi jklmno. Pqrstu vw<br>
1756+
</div>
1757+
1758+
<div class=col style="left: 175px">
1759+
<p> x yz. Abc def ghi jkl.<br>
1760+
M nop qrst uv wx yz.<br>
1761+
Ab cde fgh i jkl. Mno<br>
1762+
pqr stu vw xyz. A bc<br>
1763+
def g hij klm nopqrs
1764+
</div>
1765+
1766+
<div class=col style="left: 350px">
1767+
<p> tuv wxy z. Abc de fg<br>
1768+
hi jklmno. Pqrstu vw<br>
1769+
x yz. Abc def ghi jkl.<br>
1770+
M nop qrst uv wx yz.<br>
1771+
Ab cde fgh i jkl. Mno<br>
1772+
</div>
1773+
1774+
<div class=col style="left: 525px">
1775+
<p> pqr stu vw xyz. A bc<br>
1776+
def g hij klm nopqrs<br>
1777+
tuv wxy z. H2 Abc de fg<br>
1778+
hi jklmno. Pqrstu vw<br>
1779+
x yz. Abc def ghi jkl.<br>
1780+
</div>
1781+
1782+
<div class=gap style="left: 150px"></div>
1783+
1784+
<div class=gap style="left: 325px"></div>
1785+
1786+
<div class=gap style="left: 500px"></div>
1787+
</div>
1788+
</div>
17311789

17321790
<h2 id=filling-columns><span class=secno>7. </span>Filling columns</h2>
17331791

@@ -2416,7 +2474,8 @@ <h2 class=no-num id=property-index>Property index</h2>
24162474

24172475
<td>none
24182476

2419-
<td>static, non-floating elements,
2477+
<td>block-level elements, except floating and absolutely positioned
2478+
elements
24202479

24212480
<td>no
24222481

0 commit comments

Comments
 (0)