Skip to content

Commit 99ea04b

Browse files
committed
x
1 parent 7a845ae commit 99ea04b

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

css3-multicol/Overview.html

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
table.breaks { border-collapse: collapse; margin: 1em 0 }
2020
table.breaks td, table.breaks th { border: thin solid black; padding: 0.1em 0.2em }
21+
22+
div.example:before { width: 9em }
2123
</style>
2224

2325
<body>
@@ -27,13 +29,13 @@
2729

2830
<h1>CSS Multi-column Layout Module</h1>
2931

30-
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 21 October 2010</h2>
32+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 23 October 2010</h2>
3133

3234
<dl>
3335
<dt>This version:
3436

3537
<dd>
36-
<!--<a href="http://www.w3.org/TR/2010/CR-css3-multicol-20101021">http://www.w3.org/TR/2010/ED-css3-multicol-20101021</a>-->
38+
<!--<a href="http://www.w3.org/TR/2010/CR-css3-multicol-20101023">http://www.w3.org/TR/2010/ED-css3-multicol-20101023</a>-->
3739
<a
3840
href="http://dev.w3.org/csswg/css3-multicol/">http://dev.w3.org/csswg/css3-multicol/</a>
3941

@@ -200,14 +202,14 @@ <h2 class="no-num no-toc" id=table-of-contents><a name=contents>Table of
200202
class=property>column-fill</code>&rsquo;</a>
201203
</ul>
202204

203-
<li><a href="#overflow-and-multicol-elements"><span class=secno>8.
204-
</span>Overflow and multicol elements</a>
205+
<li><a href="#overflow"><span class=secno>8. </span>Overflow</a>
205206
<ul class=toc>
206207
<li><a href="#overflow-inside-multicol-elements"><span class=secno>8.1.
207208
</span>Overflow inside multicol elements</a>
208209

209-
<li><a href="#overflow-outside-multicol-elements"><span class=secno>8.2.
210-
</span>Overflow outside multicol elements</a>
210+
<li><a href="#overflow-and-pagination-outside-multicol"><span
211+
class=secno>8.2. </span>Overflow and pagination outside multicol
212+
elements</a>
211213
</ul>
212214

213215
<li><a href="#conformance"><span class=secno>9. </span>Conformance</a>
@@ -1657,7 +1659,7 @@ <h3 id=column-span><span class=secno>6.1. </span>&lsquo;<a
16571659
<p>An element that spans more than one column is called a <dfn
16581660
id=spanning-element>spanning element</dfn>.
16591661

1660-
<p>This property has no effect on elements that no not fit entirely within
1662+
<p>This property has no effect on elements that do not fit entirely within
16611663
the multicol element. Also, if a setting on this property pushes the
16621664
element outside a multicol element, this property will have no effect.
16631665

@@ -1794,8 +1796,7 @@ <h3 id=cf><span class=secno>7.1. </span>&lsquo;<a href="#column-fill"><code
17941796
of columns has been constrained. Otherwise, columns will automatically be
17951797
balanced.
17961798

1797-
<h2 id=overflow-and-multicol-elements><span class=secno>8. </span>Overflow
1798-
and multicol elements</h2>
1799+
<h2 id=overflow><span class=secno>8. </span>Overflow</h2>
17991800

18001801
<h3 id=overflow-inside-multicol-elements><span class=secno>8.1.
18011802
</span>Overflow inside multicol elements</h3>
@@ -1853,8 +1854,8 @@ <h3 id=overflow-inside-multicol-elements><span class=secno>8.1.
18531854
</div>
18541855
</div>
18551856

1856-
<h3 id=overflow-outside-multicol-elements><span class=secno>8.2.
1857-
</span>Overflow outside multicol elements</h3>
1857+
<h3 id=overflow-and-pagination-outside-multicol><span class=secno>8.2.
1858+
</span>Overflow and pagination outside multicol elements</h3>
18581859

18591860
<p>Content and column rules that extend outside column boxes at the edges
18601861
of the multi-column element is clipped according to the &lsquo;<code

0 commit comments

Comments
 (0)