Skip to content

Commit cb28019

Browse files
committed
x
1 parent 2a4ba0f commit cb28019

1 file changed

Lines changed: 55 additions & 39 deletions

File tree

css3-multicol/Overview.html

Lines changed: 55 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727

2828
<h1>CSS Multi-column Layout Module</h1>
2929

30-
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 14 December 2009</h2>
30+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 21 March 2010</h2>
3131

3232
<dl>
3333
<dt>This version:
3434

3535
<dd>
36-
<!--<a href="http://www.w3.org/TR/2009/WD-css3-multicol-20091214/">http://www.w3.org/TR/2009/ED-css3-multicol-20091214</a>-->
36+
<!--<a href="http://www.w3.org/TR/2010/CR-css3-multicol-20100321">http://www.w3.org/TR/2010/ED-css3-multicol-20100321</a>-->
3737
<a
3838
href="http://dev.w3.org/csswg/css3-multicol/">http://dev.w3.org/csswg/css3-multicol/</a>
3939

@@ -56,13 +56,13 @@ <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 14 December 2009</h2>
5656
<!--begin-copyright-->
5757
<p class=copyright><a
5858
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
59-
rel=license>Copyright</a> &copy; 2009 <a
59+
rel=license>Copyright</a> &copy; 2010 <a
6060
href="http://www.w3.org/"><acronym title="World Wide Web
6161
Consortium">W3C</acronym></a><sup>&reg;</sup> (<a
6262
href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute
63-
of Technology">MIT</acronym></a>, <a
64-
href="http://www.ercim.org/"><acronym title="European Research Consortium
65-
for Informatics and Mathematics">ERCIM</acronym></a>, <a
63+
of Technology">MIT</acronym></a>, <a href="http://www.ercim.eu/"><acronym
64+
title="European Research Consortium for Informatics and
65+
Mathematics">ERCIM</acronym></a>, <a
6666
href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a
6767
href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
6868
<a
@@ -125,7 +125,8 @@ <h2 class="no-num no-toc" id=status-of-this-document>Status of this
125125
this draft incorporates useful feedback from implementors as well as
126126
authors and users.
127127

128-
<p>This document is now exiting from Last Call.
128+
<p>This document will remain Candidate Recommendation at least until 17
129+
June 2010. See the <a href="#cr-exit-criteria">CR exit criteria.</a>
129130

130131
<h2 class="no-num no-toc" id=table-of-contents><a name=contents>Table of
131132
contents</a></h2>
@@ -177,6 +178,13 @@ <h2 class="no-num no-toc" id=table-of-contents><a name=contents>Table of
177178

178179
<li><a href="#column-breaks"><span class=secno>5. </span>Column breaks</a>
179180

181+
<ul class=toc>
182+
<li><a href="#break-before-break-after-break-inside"><span
183+
class=secno>5.1. </span>&lsquo;<code
184+
class=property>break-before</code>&rsquo;, &lsquo;<code
185+
class=property>break-after</code>&rsquo;, &lsquo;<code
186+
class=property>break-inside</code>&rsquo;</a>
187+
</ul>
180188

181189
<li><a href="#spanning-columns"><span class=secno>6. </span>Spanning
182190
columns</a>
@@ -187,6 +195,10 @@ <h2 class="no-num no-toc" id=table-of-contents><a name=contents>Table of
187195

188196
<li><a href="#filling-columns"><span class=secno>7. </span>Filling
189197
columns</a>
198+
<ul class=toc>
199+
<li><a href="#cf"><span class=secno>7.1. </span>&lsquo;<code
200+
class=property>column-fill</code>&rsquo;</a>
201+
</ul>
190202

191203
<li><a href="#overflow-and-multicol-elements"><span class=secno>8.
192204
</span>Overflow and multicol elements</a>
@@ -260,7 +272,7 @@ <h2 id=introduction><span class=secno>1. </span>Introduction</h2>
260272
either, or both, properties in one declaration.
261273

262274
<div class=example>
263-
<p>In this example, but the number and widths of columns is set:
275+
<p>In this example, both the number and widths of columns is set:
264276

265277
<pre>
266278
body { columns: 2 }
@@ -379,8 +391,8 @@ <h2 id=the-multi-column-model><span class=secno>2. </span>The multi-column
379391
row have the same column height. Within each row in the multi-column
380392
element, adjacent column boxes are separated by a <em>column gap</em>,
381393
which may contain a <em>column rule</em>. All column gaps in the same row
382-
are equal. All column rules in the same row are also equal, if the appear;
383-
column rows only appear between columns that both have content.
394+
are equal. All column rules in the same row are also equal, if they
395+
appear; column rules only appear between columns that both have content.
384396

385397
<p>In the simplest case a multicol element will contain only one row of
386398
columns, and the height of each column will be equivalent to the used
@@ -1148,8 +1160,8 @@ <h3 id=crs><span class=secno>4.3. </span>&lsquo;<code class=property><a
11481160
<td><em>Value:</em>
11491161

11501162
<td><a
1151-
href="http://www.w3.org/TR/CSS21/box.html#value-def-border-style">&lt;&lsquo;<code
1152-
class=property>border-style</code>&rsquo;&gt;</a>
1163+
href="http://www.w3.org/TR/CSS21/box.html#value-def-border-style">&lt;border-style&gt;</a>
1164+
11531165

11541166
<tr>
11551167
<td><em>Initial:</em>
@@ -1212,8 +1224,8 @@ <h3 id=crw><span class=secno>4.4. </span>&lsquo;<code class=property><a
12121224
<td><em>Value:</em>
12131225

12141226
<td><a
1215-
href="http://www.w3.org/TR/CSS21/box.html#value-def-border-width">&lt;&lsquo;<code
1216-
class=property>border-width</code>&rsquo;&gt;</a>
1227+
href="http://www.w3.org/TR/CSS21/box.html#value-def-border-width">&lt;border-width&gt;</a>
1228+
12171229

12181230
<tr>
12191231
<td><em>Initial:</em>
@@ -1264,9 +1276,12 @@ <h3 id=column-rule><span class=secno>4.5. </span>&lsquo;<code
12641276
<tr>
12651277
<td><em>Value:</em>
12661278

1267-
<td><a href="#crw">&lt;column-rule-width&gt;</a> || <a
1268-
href="#crs">&lt;border-style&gt;</a> || [ <a
1269-
href="#crc">&lt;color&gt;</a> | transparent ]
1279+
<td><a href="#crw">&lt;&lsquo;<code
1280+
class=property>column-rule-width</code>&rsquo;&gt;</a> || <a
1281+
href="#crs">&lt;&lsquo;<code
1282+
class=property>column-rule-style</code>&rsquo;&gt;</a> || [ <a
1283+
href="#crc">&lt;&lsquo;<code
1284+
class=property>column-rule-color</code>&rsquo;&gt;</a> | transparent ]
12701285

12711286
<tr>
12721287
<td><em>Initial:</em>
@@ -1344,8 +1359,15 @@ <h2 id=column-breaks><span class=secno>5. </span>Column breaks</h2>
13441359
class=property>page-break-before</code>&rsquo;, &lsquo;<code
13451360
class=property>page-break-after</code>&rsquo;, and &lsquo;<code
13461361
class=property>page-break-inside</code>&rsquo; <a href="#CSS21"
1347-
rel=biblioentry>[CSS21]<!--{{CSS21}}--></a>. In addition, some new keyword
1348-
values are added.
1362+
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>. In addition, some new
1363+
keyword values are added.
1364+
1365+
<h3 id=break-before-break-after-break-inside><span class=secno>5.1.
1366+
</span>&lsquo;<code class=property><a
1367+
href="#break-before">break-before</a></code>&rsquo;, &lsquo;<code
1368+
class=property><a href="#break-after">break-after</a></code>&rsquo;,
1369+
&lsquo;<code class=property><a
1370+
href="#break-inside">break-inside</a></code>&rsquo;</h3>
13491371

13501372
<table class=propdef>
13511373
<tbody>
@@ -1479,8 +1501,8 @@ <h2 id=column-breaks><span class=secno>5. </span>Column breaks</h2>
14791501
</table>
14801502

14811503
<p>These properties describe page/column break behavior before/after/inside
1482-
the generated box. These are normatively defined in <a href="#CSS21"
1483-
rel=biblioentry>[CSS21]<!--{{CSS21}}--></a>:
1504+
the generated box. These values are normatively defined in <a
1505+
href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>:
14841506

14851507
<dl>
14861508
<dt>auto
@@ -1699,6 +1721,9 @@ <h2 id=filling-columns><span class=secno>7. </span>Filling columns</h2>
16991721
class=property>widows</code>&rsquo; and &lsquo;<code
17001722
class=property>orphans</code>&rsquo; properties.
17011723

1724+
<h3 id=cf><span class=secno>7.1. </span>&lsquo;<code class=property><a
1725+
href="#column-fill">column-fill</a></code>&rsquo;</h3>
1726+
17021727
<table class=propdef>
17031728
<tbody>
17041729
<tr>
@@ -2120,16 +2145,6 @@ <h3 class=no-num id=other-references>Other references</h3>
21202145
<dl class=bibliography>
21212146
<dt style="display: none"><!-- keeps the doc valid if the DL is empty -->
21222147
<!---->
2123-
2124-
<dt id=CSS21>[CSS21]
2125-
2126-
<dd>Bert Bos; et al. <a
2127-
href="http://www.w3.org/TR/2009/CR-CSS2-20090908"><cite>Cascading Style
2128-
Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 8 September
2129-
2009. W3C Candidate Recommendation. (Work in progress.) URL: <a
2130-
href="http://www.w3.org/TR/2009/CR-CSS2-20090908">http://www.w3.org/TR/2009/CR-CSS2-20090908</a>
2131-
</dd>
2132-
<!---->
21332148
</dl>
21342149
<!--end-informative-->
21352150

@@ -2138,13 +2153,13 @@ <h2 class=no-num id=index>Index</h2>
21382153

21392154
<ul class=indexlist>
21402155
<li>break-after, <a href="#break-after"
2141-
title=break-after><strong>5.</strong></a>
2156+
title=break-after><strong>5.1.</strong></a>
21422157

21432158
<li>break-before, <a href="#break-before"
2144-
title=break-before><strong>5.</strong></a>
2159+
title=break-before><strong>5.1.</strong></a>
21452160

21462161
<li>break-inside, <a href="#break-inside"
2147-
title=break-inside><strong>5.</strong></a>
2162+
title=break-inside><strong>5.1.</strong></a>
21482163

21492164
<li>column box, <a href="#column-box" title="column
21502165
box"><strong>2.</strong></a>
@@ -2153,7 +2168,7 @@ <h2 class=no-num id=index>Index</h2>
21532168
title=column-count><strong>3.2.</strong></a>
21542169

21552170
<li>column-fill, <a href="#column-fill"
2156-
title=column-fill><strong>7.</strong></a>
2171+
title=column-fill><strong>7.1.</strong></a>
21572172

21582173
<li>column-gap, <a href="#column-gap0"
21592174
title=column-gap><strong>4.1.</strong></a>
@@ -2303,8 +2318,9 @@ <h2 class=no-num id=property-index>Property index</h2>
23032318
<tr valign=baseline>
23042319
<td><a class=property href="#column-rule0">column-rule</a>
23052320

2306-
<td>&lt;column-rule-width&gt; || &lt;border-style&gt; || [ &lt;color&gt;
2307-
| transparent ]
2321+
<td>&lt;&lsquo;column-rule-width&rsquo;&gt; ||
2322+
&lt;&lsquo;column-rule-style&rsquo;&gt; || [
2323+
&lt;&lsquo;column-rule-color&rsquo;&gt; | transparent ]
23082324

23092325
<td>see individual properties
23102326

@@ -2334,7 +2350,7 @@ <h2 class=no-num id=property-index>Property index</h2>
23342350
<tr valign=baseline>
23352351
<td><a class=property href="#column-rule-style">column-rule-style</a>
23362352

2337-
<td>&lt;&lsquo;border-style&rsquo;&gt;
2353+
<td>&lt;border-style&gt;
23382354

23392355
<td>none
23402356

@@ -2349,7 +2365,7 @@ <h2 class=no-num id=property-index>Property index</h2>
23492365
<tr valign=baseline>
23502366
<td><a class=property href="#column-rule-width">column-rule-width</a>
23512367

2352-
<td>&lt;&lsquo;border-width&rsquo;&gt;
2368+
<td>&lt;border-width&gt;
23532369

23542370
<td>medium
23552371

0 commit comments

Comments
 (0)