Skip to content

Commit 55943bb

Browse files
committed
[css2] Generated. Do not edit!
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403088
1 parent 5088204 commit 55943bb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+404
-414
lines changed

css2/Makefile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
# Makefile to generate the CSS2 document based on its "source files"
22
# Arnaud Le Hors - lehors@w3.org
3-
# $Id: Makefile,v 2.112 2010-10-25 14:27:07 bbos Exp $
3+
# $Id: Makefile,v 2.113 2010-12-09 16:25:44 bbos Exp $
44

55
# what needs to be set for every new release:
66
# Note use of full year (1998) in identifier.
77
THE_YEAR = YYYY
8+
THE_YEAR = 2010
89
THE_MONTH = MM
10+
THE_MONTH = 12
911
THE_MONTHNAME = MMMMM
12+
THE_MONTHNAME = December
1013
THE_DAY = DD
14+
THE_DAY = 07
1115
THE_STATUS = ED
16+
THE_STATUS = WD
1217
THE_STATUSNAME = Editors Draft
18+
THE_STATUSNAME = Working Draft
1319

1420
PREV_YEAR = 2009
1521
PREV_MONTH = 09

css2/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<HEAD>
66
<TITLE>About the CSS&nbsp;2.1 Specification</TITLE>
77
<link rel="stylesheet" href="style/default.css" type="text/css">
8-
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" type="text/css">
8+
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" type="text/css">
99
<link rel="prev" href="cover.html">
1010
<link rel="next" href="intro.html">
1111
<link rel="contents" href="cover.html#minitoc">

css2/aural.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<HEAD>
66
<TITLE>Aural style sheets</TITLE>
77
<link rel="stylesheet" href="style/default.css" type="text/css">
8-
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" type="text/css">
8+
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" type="text/css">
99
<link rel="prev" href="ui.html">
1010
<link rel="next" href="refs.html">
1111
<link rel="contents" href="cover.html#minitoc">

css2/box.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<HEAD>
66
<TITLE>Box model</TITLE>
77
<link rel="stylesheet" href="style/default.css" type="text/css">
8-
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" type="text/css">
8+
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" type="text/css">
99
<link rel="prev" href="media.html">
1010
<link rel="next" href="visuren.html">
1111
<link rel="contents" href="cover.html#minitoc">
@@ -373,7 +373,7 @@ <H3>8.3.1 <a name="collapsing-margins">Collapsing margins</a></H3>
373373

374374
<ul>
375375
<li>Two or more adjoining vertical margins of <a
376-
href="visuren.html#block-box">block-level</a> boxes in the <a
376+
href="visuren.html#block-boxes">block-level</a> boxes in the <a
377377
href="visuren.html#normal-flow">normal flow</a> collapse. The
378378
resulting margin width is the maximum of the adjoining margin widths.
379379
In the case of negative margins, the maximum of the absolute values

css2/cascade.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<HEAD>
55
<TITLE>Assigning property values, Cascading, and Inheritance</TITLE>
66
<link rel="stylesheet" href="style/default.css" type="text/css">
7-
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" type="text/css">
7+
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" type="text/css">
88
<link rel="prev" href="selector.html">
99
<link rel="next" href="media.html">
1010
<link rel="contents" href="cover.html#minitoc">
@@ -178,8 +178,8 @@ <h2>6.2 <a name="inheritance">Inheritance</a></h2>
178178
</div>
179179

180180
<p class=note>Note that inheritance follows the document tree and is
181-
not intercepted by <a href="visuren.html#box-gen"><a name="x5"><span
182-
class=index-inst>anonymous boxes.</span></a></a>
181+
not intercepted by <span class=index-inst><a name="x5"
182+
href="visuren.html#box-gen">anonymous boxes.</a></span>
183183

184184

185185
<h3>6.2.1 The <span class="index-def" title="inherit, definition

css2/changes.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<HEAD>
55
<TITLE>Changes</TITLE>
66
<link rel="stylesheet" href="style/default.css" type="text/css">
7-
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" type="text/css">
7+
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" type="text/css">
88
<link rel="prev" href="refs.html">
99
<link rel="next" href="sample.html">
1010
<link rel="contents" href="cover.html#minitoc">
@@ -988,7 +988,7 @@ <h3 id="c9.3.1"><a name="q53">C.2.46 </a><a href="visuren.html#choose-position">
988988

989989
<p>For fixed positioning, introduced a conflict between this section
990990
and section 10.1 rule 3.
991-
See <a href="http://lists.w3.org/Archives/Member/w3c-css-wg/2003AprJun/0172.html">howcome</a>
991+
See <a href="http://lists.w3.org/Archives/Member/w3c-css-wg/2003AprJun/0172.html">howcome</a> [member-only]
992992
for rationale.</p>
993993

994994
<p>Forbid UAs from paginating the content of fixed boxes.</p>
@@ -5067,7 +5067,7 @@ <h3 id="t.7.3"><a name="q412">C.7.23 </a><a
50675067
malformed media type (not an identifier) then the statement is
50685068
invalid.</ins>
50695069

5070-
<p class=note><ins><em<strong>Note:</strong> Media Queries supercedes
5070+
<p class=note><ins><em><strong>Note:</strong> Media Queries supercedes
50715071
this error handling.</em></ins>
50725072
</blockquote>
50735073

@@ -6887,7 +6887,7 @@ <h3 id="t.B.2"><a name="q490">C.7.101 </a><a
68876887

68886888

68896889
<h3 id="t.D"><a name="q491">C.7.102 </a><a
6890-
href="/TR/2009/CR-CSS2-20090908/ample.html">
6890+
href="/TR/2009/CR-CSS2-20090908/sample.html">
68916891
Section&nbsp;D. Default style sheet for HTML 4</a></h3>
68926892

68936893
<p><span class=date>[2010-10-05]</span> HTML defines that HTML's block

css2/colors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<title>Colors and backgrounds</title>
66
<link rel="stylesheet" href="style/default.css" type="text/css">
7-
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" type="text/css">
7+
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" type="text/css">
88
<link rel="prev" href="page.html">
99
<link rel="next" href="fonts.html">
1010
<link rel="contents" href="cover.html#minitoc">

css2/conform.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<HEAD>
55
<TITLE>Conformance: requirements and recommendations</TITLE>
66
<link rel="stylesheet" href="style/default.css" type="text/css">
7-
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" type="text/css">
7+
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" type="text/css">
88
<link rel="prev" href="intro.html">
99
<link rel="next" href="syndata.html">
1010
<link rel="contents" href="cover.html#minitoc">

css2/cover.html

Lines changed: 35 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<title>Cascading Style Sheets Level 2 Revision 1 (CSS&nbsp;2.1) Specification</title>
66
<link rel="stylesheet" href="style/default.css" type="text/css">
7-
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" type="text/css">
7+
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" type="text/css">
88
<link rel="next" href="about.html">
99
<link rel="contents" href="cover.html#minitoc">
1010
<link rel="CSS-properties" href="propidx.html" title="properties">
@@ -25,12 +25,12 @@
2525
src="http://www.w3.org/Icons/w3c_home" width="72"></a>
2626

2727
<h1 id="title">Cascading Style Sheets Level 2 Revision 1 (CSS&nbsp;2.1) Specification</h1>
28-
<h2 id="W3C-doctype">W3C Editors Draft DD MMMMM YYYY</h2>
28+
<h2 id="W3C-doctype">W3C Working Draft 07 December 2010</h2>
2929

3030
<dl>
3131
<dt>This version:
32-
<dd><a href="http://www.w3.org/TR/YYYY/ED-CSS2-YYYYMMDD">
33-
http://www.w3.org/TR/YYYY/ED-CSS2-YYYYMMDD</a>
32+
<dd><a href="http://www.w3.org/TR/2010/WD-CSS2-20101207">
33+
http://www.w3.org/TR/2010/WD-CSS2-20101207</a>
3434
<dt>Latest version:
3535
<dd><a href="http://www.w3.org/TR/CSS2">
3636
http://www.w3.org/TR/CSS2</a>
@@ -55,7 +55,7 @@ <h2 id="W3C-doctype">W3C Editors Draft DD MMMMM YYYY</h2>
5555
</dl>
5656

5757
<p>Please refer to the <a
58-
href="http://www.w3.org/Style/css2-updates/ED-CSS2-YYYYMMDD-errata.html"><strong>
58+
href="http://www.w3.org/Style/css2-updates/WD-CSS2-20101207-errata.html"><strong>
5959
errata</strong></a> for this document.
6060

6161
<p>This document is also available in these non-normative formats:
@@ -70,7 +70,7 @@ <h2 id="W3C-doctype">W3C Editors Draft DD MMMMM YYYY</h2>
7070

7171
<p class="copyright"><a
7272
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">
73-
Copyright</a> &copy; 2009 <a href="http://www.w3.org/"><acronym
73+
Copyright</a> &copy; 2010 <a href="http://www.w3.org/"><acronym
7474
title="World Wide Web Consortium">W3C</acronym></a><sup>&reg;</sup>
7575
(<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts
7676
Institute of Technology">MIT</acronym></a>, <a
@@ -125,76 +125,72 @@ <h2 id=abstract>Abstract</h2>
125125

126126
<h2 id=status>Status of this document</h2>
127127

128+
<!--
128129
<p>This is a copy of the <a
129130
href="/TR/2009/CR-CSS2-20090908/">8&nbsp;September 2009 CR version</a>
130131
with most or all currently <a
131132
href="../CR-CSS2-20090908-errata.html">proposed errata</a> applied. It
132133
is <em>not a W3C Technical Report.</em> The CSS working group has
133134
decided to make it available alongside the errata, but has not
134135
reviewed it. It is known to contain editing errors.
136+
-->
135137

136-
<!--
137138
<p><em>This section describes the status of this document at the time
138139
of its publication. Other documents may supersede this document. A
139140
list of current W3C publications and the latest revision of this
140141
technical report can be found in the <a
141142
href="http://www.w3.org/TR/">W3C technical reports index at
142-
http://www.w3.org/TR/</a>.</em>
143-
144-
<p>This is a W3C Candidate Recommendation, which means the
145-
specification has been widely reviewed and W3C recommends that it be
146-
implemented. It will remain Candidate Recommendation
147-
<a href="#crec">at least until 23 October 2009.</a> A test suite and
148-
an implementations report will be provided before the document becomes
149-
a Proposed Recommendation.</p>
143+
http://www.w3.org/TR/.</a></em></p>
150144

151-
<p>Publication as a Candidate Recommendation does not imply endorsement
152-
by the W3C Membership. This is a draft document and may be updated,
153-
replaced or obsoleted by other documents at any time. It is inappropriate
154-
to cite this document as other than work in progress.</p>
145+
<p>Publication as a Working Draft does not imply endorsement by the
146+
W3C Membership. This is a draft document and may be updated, replaced
147+
or obsoleted by other documents at any time. It is inappropriate to
148+
cite this document as other than work in progress.</p>
155149

156150
<p>The (<a
157151
href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
158152
public mailing list <a
159-
href="mailto:www-style@w3.org?subject=%5bCSS21%5d%20INSERT%20SUMMARY%20HERE">
160-
www-style@w3.org</a> (see <a
153+
href="mailto:www-style@w3.org">www-style@w3.org</a> (see <a
161154
href="http://www.w3.org/Mail/Request">instructions</a>) is preferred
162155
for discussion of this specification. When sending e-mail, please put
163-
the text &#8220;[CSS21]&#8221; in the subject, preferably like
156+
the text &#8220;CSS21&#8221; in the subject, preferably like
164157
this: &#8220;[CSS21] <em>&hellip;summary of
165158
comment&hellip;</em>&#8221;</p>
166159

167-
<p>This document incorporates <a
168-
href="/Style/css2-updates/CR-CSS2-20090423-errata.html"> errata</a>
169-
resulting from implementation experience since the previous
170-
publication. Some of the corrections remove ambiguities or change the
171-
behavior in edge cases, and therefore it is expected that another
172-
Working Draft will (briefly) precede the Proposed Recommendation, in
173-
order to invite more review.
174-
175160
<p>This document was produced by the <a
176-
href="/Style/CSS/members">CSS Working Group</a> (part
177-
of the <a href="/Style/">Style Activity</a>).
161+
href="http://www.w3.org/Style/CSS/members">CSS Working Group</a> (part
162+
of the <a href="http://www.w3.org/Style/">Style Activity</a>).
178163

179164
<p>This document was produced by a group operating under
180-
the <a href="/Consortium/Patent-Policy-20040205/">5
181-
February 2004 W3C Patent Policy</a>. W3C maintains
182-
a <a rel="disclosure" href="/2004/01/pp-impl/32061/status">public list of any
165+
the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February 2004 W3C
166+
Patent Policy</a>. W3C maintains a <a rel="disclosure"
167+
href="http://www.w3.org/2004/01/pp-impl/32061/status">public list of any
183168
patent disclosures</a> made in connection with the deliverables of the
184169
group; that page also includes instructions for disclosing a patent.
185170
An individual who has actual knowledge of a patent which the
186171
individual believes
187172
contains <a
188-
href="/Consortium/Patent-Policy-20040205/#def-essential">Essential
173+
href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential
189174
Claim(s)</a> must disclose the information in accordance
190175
with <a
191-
href="/Consortium/Patent-Policy-20040205/#sec-Disclosure">section 6 of
176+
href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section 6 of
192177
the W3C Patent Policy</a>.</p>
193-
-->
178+
179+
<p>A test suite and
180+
an implementations report will be provided before the document becomes
181+
a Proposed Recommendation.</p>
182+
183+
<p>This document incorporates <a
184+
href="/Style/css2-updates/CR-CSS2-20090423-errata.html"> errata</a>
185+
resulting from implementation experience since the previous
186+
publication. Some of the corrections remove ambiguities or change the
187+
behavior in edge cases, and the Working Group therefore published this
188+
Working Draft, in order to invite more review. If that review is
189+
positive, the expected next publication is a Proposed Recommendation.
194190

195191
<h3 class="no-num" id="crec">Candidate Recommendation Exit Criteria</h3>
196192

197-
<p>For this specification to exit the CR stage, the following
193+
<p>For this specification to enter Proposed Recommendation, the following
198194
conditions must be met:</p>
199195
<ol>
200196
<li>

0 commit comments

Comments
 (0)