8000 machine-generated version · w3c/csswg-drafts@537c8a0 · GitHub
Skip to content

Commit 537c8a0

Browse files
author
howcome
committed
machine-generated version
1 parent fea4925 commit 537c8a0

1 file changed

Lines changed: 32 additions & 32 deletions

File tree

css-multicol/Overview.html

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
rel=dcterms.rights>
1212
<meta content="CSS Multi-column Layout Module" name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2013-10-08 name=dcterms.date>
14+
<meta content=2014-06-06 name=dcterms.date>
1515
<meta content="Håkon Wium Lie" name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
1717
<meta content="http://dev.w3.org/csswg/css3-multicol/"
@@ -42,13 +42,13 @@
4242

4343
<h1>CSS Multi-column Layout Module</h1>
4444

45-
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 8 October 2013</h2>
45+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 6 June 2014</h2>
4646

4747
<dl>
4848
<dt>This version:
4949

5050
<dd>
51-
<!--<a href="http://www.w3.org/TR/2013/CR-css3-multicol-20131008">http://dev.w3.org/csswg/css3-multicol/</a>-->
51+
<!--<a href="http://www.w3.org/TR/2014/CR-css3-multicol-20140606">http://dev.w3.org/csswg/css3-multicol/</a>-->
5252
<a
5353
href="http://dev.w3.org/csswg/css3-multicol/">http://dev.w3.org/csswg/css3-multicol/</a>
5454

@@ -84,7 +84,7 @@ <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 8 October 2013</h2>
8484
<!--begin-copyright-->
8585
<p class=copyright><a
8686
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
87-
rel=license>Copyright</a> © 2013 <a href="http://www.w3.org/"><abbr
87+
rel=license>Copyright</a> © 2014 <a href="http://www.w3.org/"><abbr
8888
title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a
8989
href="http://www.csail.mit.edu/"><abbr
9090
title="Massachusetts Institute of Technology">MIT</abbr></a>, <a
@@ -109,8 +109,7 @@ <h2 class="no-num no-toc" id=abstract>Abstract</h2>
109109
content can be flowed into multiple columns with a gap and a rule between
110110
them.
111111

112-
<h2 class="no-num no-toc" id=status-of-this-document>Status of this
113-
document</h2>
112+
<h2 class="no-num no-toc">Status of this document</h2>
114113
<!--begin-status-->
115114

116115
<p>This is a public copy of the editors' draft. It is provided for
@@ -165,8 +164,7 @@ <h2 class="no-num no-toc" id=status-of-this-document>Status of this
165164
<p>This document will remain Candidate Recommendation at least until 12 May
166165
2011. See the <a href="#cr-exit-criteria">CR exit criteria.</a>
167166

168-
<h2 class="no-num no-toc" id=table-of-contents><a name=contents>Table of
169-
contents</a></h2>
167+
<h2 class="no-num no-toc"><a name=contents>Table of contents</a></h2>
170168
<!--begin-toc-->
171169

172170
<ul class=toc>
@@ -399,7 +397,9 @@ <h2 id=introduction><span class=secno>1. </span>Introduction</h2>
399397
break-after: avoid-column;
400398
}
401399
</pre>
402-
<!--<p>The properties and values used in this example are formally defined in [!CSS3PAGE]].--></div>
400+
<!--
401+
<p>The properties and values used in this example are formally defined in [!CSS3PAGE]].
402+
--></div>
403403

404404
<p>If all column properties have their initial value, the layout of an
405405
element will be identical to a multi-column layout with only one column.
@@ -582,7 +582,7 @@ <h2 id=the-multi-column-model><span class=secno>2. </span>The multi-column
582582

583583
<p>Column boxes are block container boxes. That is, column boxes behave
584584
like block-level, table cell, and inline-block boxes as per CSS 2.1,
585-
section 10.1, item 2 <a href="#CSS21"
585+
section 10.1, item 2 <a href="#ref-CSS21"
586586
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>. However, column boxes do not
587587
establish block container boxes for elements with ‘<code
588588
class=css>position: fixed</code>’ or ‘<code class=css>position:
@@ -728,10 +728,10 @@ <h3 id=properties-and-values><span class=secno>2.1. </span>Properties and
728728

729729
<p>This specification follows the <a
730730
href="http://www.w3.org/TR/CSS21/about.html#property-defs">CSS property
731-
definition conventions</a> from <a href="#CSS21"
731+
definition conventions</a> from <a href="#ref-CSS21"
732732
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>. The <dfn
733733
id=ltcolorgt><var>&lt;color&gt;</var></dfn> value type is defined by <a
734-
href="#CSS3COLOR" rel=biblioentry>[CSS3COLOR]<!--{{CSS3COLOR}}--></a>.
734+
href="#ref-CSS3COLOR" rel=biblioentry>[CSS3COLOR]<!--{{CSS3COLOR}}--></a>.
735735

736736
<p>In addition to the property-specific values listed in their definitions,
737737
all properties defined in this specification also accept the <a
@@ -1045,9 +1045,9 @@ <h3 id=pseudo-algorithm><span class=secno>3.4. </span>Pseudo-algorithm</h3>
10451045
class=property>column-count</code></a>’ and ‘<a
10461046
href="#column-width"><code class=property>column-width</code></a>
10471047
properties. This specification does not define how U is calculated.
1048-
Another module (probably the Basic Box Model <a href="#CSS3BOX"
1048+
Another module (probably the Basic Box Model <a href="#ref-CSS3BOX"
10491049
rel=biblioentry>[CSS3BOX]<!--{{CSS3BOX}}--></a> or the Intrinsic &
1050-
Extrinsic Sizing Module <a href="#CSS3-SIZING"
1050+
Extrinsic Sizing Module <a href="#ref-CSS3-SIZING"
10511051
rel=biblioentry>[CSS3-SIZING]<!--{{CSS3-SIZING}}--></a>) is expected to
10521052
define this. <!--
10531053
<p>Two assumptions are being made by the pseudo-algorithm:
@@ -1258,7 +1258,7 @@ <h3 id=crc><span class=secno>4.2. </span>‘<code
12581258
<td><em>Computed value:</em>
12591259

12601260
<td>the same as the computed value for the ‘<code
1261-
1D65 class=property>color</code>’ property <a href="#CSS3COLOR"
1261+
class=property>color</code>’ property <a href="#ref-CSS3COLOR"
12621262
rel=biblioentry>[CSS3COLOR]<!--{{!CSS3COLOR}}--></a>
12631263

12641264
<tr>
@@ -1270,7 +1270,7 @@ <h3 id=crc><span class=secno>4.2. </span>‘<code
12701270

12711271
<p>This property sets the color of the column rule. The <a
12721272
href="http://www.w3.org/TR/2011/REC-css3-color-20110607/#valuea-def-color">&lt;color&gt;</a>
1273-
values are defined in <a href="#CSS3COLOR"
1273+
values are defined in <a href="#ref-CSS3COLOR"
12741274
rel=biblioentry>[CSS3COLOR]<!--{{!CSS3COLOR}}--></a>.
12751275

12761276
<h3 id=crs><span class=secno>4.3. </span><a
@@ -1330,7 +1330,7 @@ <h3 id=crs><span class=secno>4.3. </span>‘<a
13301330
<p>The ‘<a href="#column-rule-style"><code
13311331
class=property>column-rule-style</code></a>’ property sets the style of
13321332
the rule between columns of an element. The &lt;border-style&gt; values
1333-
are defined in <a href="#CSS21"
1333+
are defined in <a href="#ref-CSS21"
13341334
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> and the values are
13351335
interp A897 reted as in the <a
13361336
href="http://www.w3.org/TR/CSS2/tables.html#collapsing-borders">collapsing
@@ -1490,7 +1490,7 @@ <h2 id=column-breaks><span class=secno>5. </span>Column breaks</h2>
14901490
<p>When content is laid out in multiple columns, the user agent must
14911491
determine where column breaks are placed. The problem of breaking content
14921492
into columns is similar to breaking content into pages, which is described
1493-
in CSS 2.1, section 13.3.3 <a href="#CSS21"
1493+
in CSS 2.1, section 13.3.3 <a href="#ref-CSS21"
14941494
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>.
14951495

14961496
<p>Three new properties are introduced to allow column breaks to be
@@ -1501,7 +1501,7 @@ <h2 id=column-breaks><span class=secno>5. </span>Column breaks</h2>
15011501
class=property>break-inside</code></a>’. These properties take the same
15021502
values as ‘<code class=property>page-break-before</code>’, ‘<code
15031503
class=property>page-break-after</code>’, and ‘<code
1504-
class=property>page-break-inside</code><a href="#CSS21"
1504+
class=property>page-break-inside</code><a href="#ref-CSS21"
15051505
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>. In addition, some new
15061506
keyword values are added.
15071507

@@ -1659,7 +1659,7 @@ <h3 id=break-before-break-after-break-inside><span class=secno>5.1.
16591659

16601660
<p>These properties describe page/column break behavior before/after/inside
16611661
the generated box. These values are normatively defined in <a
1662-
href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>:
1662+
href="#ref-CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>:
16631663

16641664
<dl>
16651665
<dt>auto
@@ -2683,7 +2683,7 @@ <h2 id=conformance><span class=secno>9. </span>Conformance</h2>
26832683
readability, these words do not appear in all uppercase letters in this
26842684
specification. All of the text of this specification is normative except
26852685
sections explicitly marked as non-normative, examples, and notes. <a
2686-
href="#RFC2119" rel=biblioentry>[RFC2119]<!--{{!RFC2119}}--></a>
2686+
href="#ref-RFC2119" rel=biblioentry>[RFC2119]<!--{{!RFC2119}}--></a>
26872687

26882688
<h3 id=cr-exit-criteria><span class=secno>9.1. </span>CR exit criteria</h3>
26892689

@@ -2769,30 +2769,30 @@ <h3 class=no-num id=normative-references>Normative references</h3>
27692769
<dd style="display: none"><!-- keeps the doc valid if the DL is empty -->
27702770
<!---->
27712771

2772-
<dt id=CSS21>[CSS21]
2772+
<dt id=ref-CSS21>[CSS21]
27732773

27742774
<dd>Bert Bos; et al. <a
2775-
href="http://www.w3.org/TR/2011/REC-CSS2-20110607/"><cite>Cascading Style
2775+
href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style
27762776
Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 7 June
27772777
2011. W3C Recommendation. URL: <a
2778-
href="http://www.w3.org/TR/2011/REC-CSS2-20110607/">http://www.w3.org/TR/2011/REC-CSS2-20110607/</a>
2778+
href="http://www.w3.org/TR/2011/REC-CSS2-20110607">http://www.w3.org/TR/2011/REC-CSS2-20110607</a>
27792779
</dd>
27802780
<!---->
27812781

2782-
<dt id=CSS3COLOR>[CSS3COLOR]
2782+
<dt id=ref-CSS3COLOR>[CSS3COLOR]
27832783

27842784
<dd>Tantek Çelik; Chris Lilley; L. David Baron. <a
2785-
href="http://www.w3.org/TR/2011/REC-css3-color-20110607/"><cite>CSS Color
2785+
href="http://www.w3.org/TR/2011/REC-css3-color-20110607"><cite>CSS Color
27862786
Module Level 3.</cite></a> 7 June 2011. W3C Recommendation. URL: <a
2787-
href="http://www.w3.org/TR/2011/REC-css3-color-20110607/">http://www.w3.org/TR/2011/REC-css3-color-20110607/</a>
2787+
href="http://www.w3.org/TR/2011/REC-css3-color-20110607">http://www.w3.org/TR/2011/REC-css3-color-20110607</a>
27882788
</dd>
27892789
<!---->
27902790

2791-
<dt id=RFC2119>[RFC2119]
2791+
<dt id=ref-RFC2119>[RFC2119]
27922792

27932793
<dd>S. Bradner. <a href="http://www.ietf.org/rfc/rfc2119.txt"><cite>Key
2794-
words for use in RFCs to Indicate Requirement Levels.</cite></a> Internet
2795-
RFC 2119. URL: <a
2794+
words for use in RFCs to Indicate Requirement Levels.</cite></a> RFC
2795+
2119. URL: <a
27962796
href="http://www.ietf.org/rfc/rfc2119.txt">http://www.ietf.org/rfc/rfc2119.txt</a>
27972797
</dd>
27982798
<!---->
@@ -2807,7 +2807,7 @@ <h3 class=no-num id=other-references>Other references</h3>
28072807
<dd style="display: none"><!-- keeps the doc valid if the DL is empty -->
28082808
<!---->
28092809

2810-
<dt id=CSS3-SIZING>[CSS3-SIZING]
2810+
<dt id=ref-CSS3-SIZING>[CSS3-SIZING]
28112811

28122812
<dd>Tab Atkins Jr.; Elika J. Etemad. <a
28132813
href="http://www.w3.org/TR/2012/WD-css3-sizing-20120927/"><cite>CSS
@@ -2817,7 +2817,7 @@ <h3 class=no-num id=other-references>Other references</h3>
28172817
</dd>
28182818
<!---->
28192819

2820-
<dt id=CSS3BOX>[CSS3BOX]
2820+
<dt id=ref-CSS3BOX>[CSS3BOX]
28212821

28222822
<dd>Bert Bos. <a
28232823
href="http://www.w3.org/TR/2007/WD-css3-box-20070809"><cite>CSS basic box

0 commit comments

Comments
 (0)