Skip to content

Commit 6644b3c

Browse files
committed
[CSS2] Bump version to 2.2, change status to ED
Partly based on 955261b
1 parent 7c2d642 commit 6644b3c

31 files changed

Lines changed: 249 additions & 211 deletions

css2/Makefile

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44

55
# what needs to be set for every new release:
66
# Note use of full year (1998) in identifier.
7-
#THE_YEAR = YYYY
8-
THE_YEAR = 2011
9-
#THE_MONTH = MM
10-
THE_MONTH = 06
11-
#THE_MONTHNAME = MMMMM
12-
THE_MONTHNAME = June
13-
#THE_DAY = DD
14-
THE_DAY = 07
15-
#THE_STATUS = ED
16-
THE_STATUS = REC
17-
THE_STATUSNAME = Recommendation
18-
#THE_STATUSNAME = Editors Draft
19-
THE_STYLE = REC
20-
#THE_STYLE = ED
7+
#THE_YEAR = 2011
8+
THE_YEAR = $(shell date +%Y)
9+
#THE_MONTH = 06
10+
THE_MONTH = $(shell date +%m)
11+
#THE_MONTHNAME = June
12+
THE_MONTHNAME = $(shell LANG=en_US date +%B)
13+
#THE_DAY = 07
14+
THE_DAY = $(shell date +%d)
15+
#THE_STATUS = REC
16+
THE_STATUS = ED
17+
#THE_STATUSNAME = Recommendation
18+
THE_STATUSNAME = Editors Draft
19+
#THE_STYLE = REC
20+
THE_STYLE = ED
2121

2222
PERMANENT_NAME = CSS2
2323

@@ -41,6 +41,8 @@ THE_WARNING = <div> \
4141
</div> \
4242
</div>
4343

44+
THE_WARNING =
45+
4446
THE_DATE = $(THE_DAY) $(THE_MONTHNAME) $(THE_YEAR)
4547
THE_ID = $(THE_STYLE)-$(PERMANENT_NAME)-$(THE_YEAR)$(THE_MONTH)$(THE_DAY)
4648
THE_LOC = $(THE_YEAR)/$(THE_ID)

css2/about.html

Lines changed: 32 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<html lang="en">
44

55
<HEAD>
6-
<TITLE>About the CSS&nbsp;2.1 Specification</TITLE>
6+
<TITLE>About the CSS&nbsp;2.2 Specification</TITLE>
77
<link rel="stylesheet" href="style/default.css" type="text/css">
8-
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-REC.css" type="text/css">
8+
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-ED.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">
@@ -24,11 +24,11 @@
2424
</div>
2525
<hr class="navbar">
2626

27-
<H1><a name="q1.0">1 About the CSS&nbsp;2.1 Specification</a></H1>
27+
<H1><a name="q1.0">1 About the CSS&nbsp;2.2 Specification</a></H1>
2828
<div class="subtoc">
2929
<p><strong>Contents</strong>
3030
<ul class="toc">
31-
<li class="tocline2"><a href="about.html#css2.1-v-css2" class="tocxref">1.1 CSS&nbsp;2.1 vs CSS&nbsp;2</a>
31+
<li class="tocline2"><a href="about.html#css2.2-v-css2" class="tocxref">1.1 CSS&nbsp;2.2 vs CSS&nbsp;2</a>
3232
<li class="tocline2"><a href="about.html#reading" class="tocxref">1.2 Reading the specification</a>
3333
<li class="tocline2"><a href="about.html#organization" class="tocxref">1.3 How the specification is organized</a>
3434
<li class="tocline2"><a href="about.html#conventions" class="tocxref">1.4 Conventions</a>
@@ -52,21 +52,19 @@ <H1><a name="q1.0">1 About the CSS&nbsp;2.1 Specification</a></H1>
5252
</ul>
5353
</div>
5454
<!-- warning -->
55-
<div> <input id=annoying-warning type=checkbox title="hide note"> <label for=annoying-warning>(hide)</label> <div class=annoying-warning> <p><strong>Note:</strong> Several sections of this specification have been updated by other specifications. Please, see <a href="https://www.w3.org/TR/CSS/#css" >"Cascading Style Sheets (CSS) &mdash; The Official Definition"</a> in the latest <cite>CSS Snapshot</cite> for a list of specifications and the sections they replace. <p>The CSS Working Group is also developing <a href="http://www.w3.org/TR/CSS22/" >CSS level&nbsp;2 revision&nbsp;2 (CSS&nbsp;2.2).</a> </div> </div>
55+
5656
<!-- /warning -->
5757

58-
<h2>1.1 <a name="css2.1-v-css2">CSS&nbsp;2.1 vs CSS&nbsp;2</a></h2>
58+
<h2>1.1 <a name="css2.2-v-css2">CSS&nbsp;2.2 vs CSS&nbsp;2</a></h2>
5959

6060
<p>The CSS community has gained significant experience with the CSS2
6161
specification since it became a recommendation in 1998. Errors in the
62-
CSS2 specification have subsequently been corrected via the
63-
publication of various errata, but there has not yet been an
64-
opportunity for the specification to be changed based on experience
65-
gained.
62+
CSS2 specification have subsequently been corrected in the first
63+
revised edition [[-CSS21]] in 2011, but new errata were necessary.
6664

67-
<p>While many of these issues will be addressed by the upcoming CSS3
65+
<p>While many of the issues will be addressed by the upcoming CSS3
6866
specifications, the current state of affairs hinders the
69-
implementation and interoperability of CSS2. The CSS&nbsp;2.1 specification
67+
implementation and interoperability of CSS2. The CSS&nbsp;2.2 specification
7068
attempts to address this situation by:
7169

7270
<ul>
@@ -80,7 +78,7 @@ <h2>1.1 <a name="css2.1-v-css2">CSS&nbsp;2.1 vs CSS&nbsp;2</a></h2>
8078
generally accepted practice.
8179

8280
<li>Removing CSS2 features which, by virtue of not having been
83-
implemented, have been rejected by the CSS community. CSS&nbsp;2.1 aims to
81+
implemented, have been rejected by the CSS community. CSS&nbsp;2.2 aims to
8482
reflect what CSS features are reasonably widely implemented for HTML
8583
and XML languages in general (rather than <em>only</em> for a
8684
particular XML language, or <em>only</em> for HTML).
@@ -94,19 +92,20 @@ <h2>1.1 <a name="css2.1-v-css2">CSS&nbsp;2.1 vs CSS&nbsp;2</a></h2>
9492
</ul>
9593

9694
<p>Thus, while it is not the case that a CSS2 style sheet is
97-
necessarily forwards-compatible with CSS&nbsp;2.1, it is the case that a
98-
style sheet restricting itself to CSS&nbsp;2.1 features is more likely to
95+
necessarily forwards-compatible with CSS&nbsp;2.2, it is the case that a
96+
style sheet restricting itself to CSS&nbsp;2.2 features is more likely to
9997
find a compliant user agent today and to preserve forwards
10098
compatibility in the future. While breaking forward compatibility is
101-
not desirable, we believe the advantages to the revisions in CSS&nbsp;2.1
99+
not desirable, we believe the advantages to the revisions in CSS&nbsp;2.2
102100
are worthwhile.
103101

104-
<p>CSS&nbsp;2.1 is derived from and is intended to replace CSS2. Some
105-
parts of CSS2 are unchanged in CSS&nbsp;2.1, some parts have been
102+
<p>CSS&nbsp;2.2 is derived from and is intended to replace
103+
CSS&nbsp;2.1 and CSS2. Some parts of CSS2 are unchanged in
104+
CSS&nbsp;2.2, some parts have been
106105
altered, and some parts removed. The removed portions may be used in a
107-
future CSS3 specification. Future specs should refer to CSS&nbsp;2.1
106+
future CSS3 specification. Future specs should refer to CSS&nbsp;2.2
108107
(unless they need features from CSS2 which have been dropped in
109-
CSS&nbsp;2.1, and then they should only reference CSS2 for those
108+
CSS&nbsp;2.2, and then they should only reference CSS2 for those
110109
features, or preferably reference such feature(s) in the respective
111110
CSS3 Module that includes those feature(s)).
112111

@@ -145,15 +144,15 @@ <h2>1.3 <a name="organization">How the specification is organized</a></h2>
145144

146145
<dl>
147146

148-
<dt><Strong>Section 2: An introduction to CSS&nbsp;2.1</strong>
147+
<dt><Strong>Section 2: An introduction to CSS&nbsp;2.2</strong>
149148

150-
<dd>The introduction includes a brief tutorial on CSS&nbsp;2.1 and
151-
a discussion of design principles behind CSS&nbsp;2.1.
149+
<dd>The introduction includes a brief tutorial on CSS&nbsp;2.2 and
150+
a discussion of design principles behind CSS&nbsp;2.2.
152151

153-
<dt><strong>Sections 3 - 18: CSS&nbsp;2.1 reference manual.</strong>
152+
<dt><strong>Sections 3 - 18: CSS&nbsp;2.2 reference manual.</strong>
154153

155-
<dd>The bulk of the reference manual consists of the CSS&nbsp;2.1 language
156-
reference. This reference defines what may go into a CSS&nbsp;2.1 style sheet
154+
<dd>The bulk of the reference manual consists of the CSS&nbsp;2.2 language
155+
reference. This reference defines what may go into a CSS&nbsp;2.2 style sheet
157156
(syntax, properties, property values) and how user agents must
158157
interpret these style sheets in order to claim <a
159158
href="conform.html#conformance">conformance</a>.
@@ -164,7 +163,7 @@ <h2>1.3 <a name="organization">How the specification is organized</a></h2>
164163
<dd>Appendixes contain information about <a href="aural.html">aural
165164
properties</a> (non-normative), <a href="sample.html">a
166165
sample style sheet for HTML 4</a>, <a href="changes.html">changes
167-
from CSS2</a>, <a href="grammar.html">the grammar of CSS&nbsp;2.1</a>,
166+
from CSS&nbsp;2.1</a>, <a href="grammar.html">the grammar of CSS&nbsp;2.2</a>,
168167
a list of normative and informative <a href="refs.html">references</a>,
169168
and two indexes: one for
170169
<a href="propidx.html">properties</a> and one
@@ -432,9 +431,12 @@ <H2>1.5 <a name="acknowledgements">Acknowledgments</a></H2>
432431

433432
<p>This section is non-normative.
434433

435-
<p>CSS 2.1 is based on CSS2. See the <a
436-
href="http://www.w3.org/TR/2008/REC-CSS2-20080411/about.html#q15">acknowledgments
437-
section of CSS2</a> for the people that contributed to CSS2.
434+
<p>CSS 2.2 is based on CSS2 and CSS&nbsp;2.1. See the <a
435+
href="http://www.w3.org/TR/2008/REC-CSS2-20080411/about.html#q15"
436+
>acknowledgments section of CSS2</a> and the <a
437+
href="http://www.w3.org/TR/2011/REC-CSS2-20110607/about.html#acknowledgements"
438+
>acknowledgments section of CSS&nbsp;2.1</a> for the people that
439+
contributed to CSS2 and CSS&nbsp;2.1.
438440

439441
<p>We would like to thank the following people who, through their
440442
input and feedback on the www-style mailing list, have helped us with

css2/about.src

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,22 @@
33
<html lang="en">
44
<!-- $Id: about.src,v 2.89 2011-10-18 19:25:26 bbos Exp $ -->
55
<HEAD>
6-
<TITLE>About the CSS&nbsp;2.1 Specification</TITLE>
6+
<TITLE>About the CSS&nbsp;2.2 Specification</TITLE>
77
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
88
</HEAD>
99
<BODY>
10-
<H1>About the CSS&nbsp;2.1 Specification</H1>
10+
<H1>About the CSS&nbsp;2.2 Specification</H1>
1111

12-
<h2><a name="css2.1-v-css2">CSS&nbsp;2.1 vs CSS&nbsp;2</a></h2>
12+
<h2><a name="css2.2-v-css2">CSS&nbsp;2.2 vs CSS&nbsp;2</a></h2>
1313

1414
<p>The CSS community has gained significant experience with the CSS2
1515
specification since it became a recommendation in 1998. Errors in the
16-
CSS2 specification have subsequently been corrected via the
17-
publication of various errata, but there has not yet been an
18-
opportunity for the specification to be changed based on experience
19-
gained.
16+
CSS2 specification have subsequently been corrected in the first
17+
revised edition [[-CSS21]] in 2011, but new errata were necessary.
2018

21-
<p>While many of these issues will be addressed by the upcoming CSS3
19+
<p>While many of the issues will be addressed by the upcoming CSS3
2220
specifications, the current state of affairs hinders the
23-
implementation and interoperability of CSS2. The CSS&nbsp;2.1 specification
21+
implementation and interoperability of CSS2. The CSS&nbsp;2.2 specification
2422
attempts to address this situation by:
2523

2624
<ul>
@@ -34,7 +32,7 @@ specification, modifying the specification to be in accordance with
3432
generally accepted practice.
3533

3634
<li>Removing CSS2 features which, by virtue of not having been
37-
implemented, have been rejected by the CSS community. CSS&nbsp;2.1 aims to
35+
implemented, have been rejected by the CSS community. CSS&nbsp;2.2 aims to
3836
reflect what CSS features are reasonably widely implemented for HTML
3937
and XML languages in general (rather than <em>only</em> for a
4038
particular XML language, or <em>only</em> for HTML).
@@ -48,19 +46,20 @@ they are needed for implementing CSS2.
4846
</ul>
4947

5048
<p>Thus, while it is not the case that a CSS2 style sheet is
51-
necessarily forwards-compatible with CSS&nbsp;2.1, it is the case that a
52-
style sheet restricting itself to CSS&nbsp;2.1 features is more likely to
49+
necessarily forwards-compatible with CSS&nbsp;2.2, it is the case that a
50+
style sheet restricting itself to CSS&nbsp;2.2 features is more likely to
5351
find a compliant user agent today and to preserve forwards
5452
compatibility in the future. While breaking forward compatibility is
55-
not desirable, we believe the advantages to the revisions in CSS&nbsp;2.1
53+
not desirable, we believe the advantages to the revisions in CSS&nbsp;2.2
5654
are worthwhile.
5755

58-
<p>CSS&nbsp;2.1 is derived from and is intended to replace CSS2. Some
59-
parts of CSS2 are unchanged in CSS&nbsp;2.1, some parts have been
56+
<p>CSS&nbsp;2.2 is derived from and is intended to replace
57+
CSS&nbsp;2.1 and CSS2. Some parts of CSS2 are unchanged in
58+
CSS&nbsp;2.2, some parts have been
6059
altered, and some parts removed. The removed portions may be used in a
61-
future CSS3 specification. Future specs should refer to CSS&nbsp;2.1
60+
future CSS3 specification. Future specs should refer to CSS&nbsp;2.2
6261
(unless they need features from CSS2 which have been dropped in
63-
CSS&nbsp;2.1, and then they should only reference CSS2 for those
62+
CSS&nbsp;2.2, and then they should only reference CSS2 for those
6463
features, or preferably reference such feature(s) in the respective
6564
CSS3 Module that includes those feature(s)).
6665

@@ -99,15 +98,15 @@ version of the document.
9998

10099
<dl>
101100

102-
<dt><Strong>Section 2: An introduction to CSS&nbsp;2.1</strong>
101+
<dt><Strong>Section 2: An introduction to CSS&nbsp;2.2</strong>
103102

104-
<dd>The introduction includes a brief tutorial on CSS&nbsp;2.1 and
105-
a discussion of design principles behind CSS&nbsp;2.1.
103+
<dd>The introduction includes a brief tutorial on CSS&nbsp;2.2 and
104+
a discussion of design principles behind CSS&nbsp;2.2.
106105

107-
<dt><strong>Sections 3 - 18: CSS&nbsp;2.1 reference manual.</strong>
106+
<dt><strong>Sections 3 - 18: CSS&nbsp;2.2 reference manual.</strong>
108107

109-
<dd>The bulk of the reference manual consists of the CSS&nbsp;2.1 language
110-
reference. This reference defines what may go into a CSS&nbsp;2.1 style sheet
108+
<dd>The bulk of the reference manual consists of the CSS&nbsp;2.2 language
109+
reference. This reference defines what may go into a CSS&nbsp;2.2 style sheet
111110
(syntax, properties, property values) and how user agents must
112111
interpret these style sheets in order to claim <a
113112
href="conform.html#conformance">conformance</a>.
@@ -118,7 +117,7 @@ href="conform.html#conformance">conformance</a>.
118117
<dd>Appendixes contain information about <a href="aural.html">aural
119118
properties</a> (non-normative), <a href="sample.html">a
120119
sample style sheet for HTML 4</a>, <a href="changes.html">changes
121-
from CSS2</a>, <a href="grammar.html">the grammar of CSS&nbsp;2.1</a>,
120+
from CSS&nbsp;2.1</a>, <a href="grammar.html">the grammar of CSS&nbsp;2.2</a>,
122121
a list of normative and informative <a href="refs.html">references</a>,
123122
and two indexes: one for
124123
<a href="propidx.html">properties</a> and one
@@ -371,9 +370,12 @@ the long description is denoted by a "[D]" after the image.
371370

372371
<p>This section is non-normative.
373372

374-
<p>CSS 2.1 is based on CSS2. See the <a
375-
href="http://www.w3.org/TR/2008/REC-CSS2-20080411/about.html#q15">acknowledgments
376-
section of CSS2</a> for the people that contributed to CSS2.
373+
<p>CSS 2.2 is based on CSS2 and CSS&nbsp;2.1. See the <a
374+
href="http://www.w3.org/TR/2008/REC-CSS2-20080411/about.html#q15"
375+
>acknowledgments section of CSS2</a> and the <a
376+
href="http://www.w3.org/TR/2011/REC-CSS2-20110607/about.html#acknowledgements"
377+
>acknowledgments section of CSS&nbsp;2.1</a> for the people that
378+
contributed to CSS2 and CSS&nbsp;2.1.
377379

378380
<p>We would like to thank the following people who, through their
379381
input and feedback on the www-style mailing list, have helped us with

css2/aural.html

Lines changed: 2 additions & 2 deletions
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="https://www.w3.org/StyleSheets/TR/W3C-REC.css" type="text/css">
8+
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-ED.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">
@@ -52,7 +52,7 @@ <H1><a name="q19.0">Appendix A. Aural style sheets</a></H1>
5252
</ul>
5353
</div>
5454
<!-- warning -->
55-
<div> <input id=annoying-warning type=checkbox title="hide note"> <label for=annoying-warning>(hide)</label> <div class=annoying-warning> <p><strong>Note:</strong> Several sections of this specification have been updated by other specifications. Please, see <a href="https://www.w3.org/TR/CSS/#css" >"Cascading Style Sheets (CSS) &mdash; The Official Definition"</a> in the latest <cite>CSS Snapshot</cite> for a list of specifications and the sections they replace. <p>The CSS Working Group is also developing <a href="http://www.w3.org/TR/CSS22/" >CSS level&nbsp;2 revision&nbsp;2 (CSS&nbsp;2.2).</a> </div> </div>
55+
5656
<!-- /warning -->
5757

5858
<p>This chapter is informative. UAs are not required to implement the

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="https://www.w3.org/StyleSheets/TR/W3C-REC.css" type="text/css">
8+
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-ED.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">
@@ -46,7 +46,7 @@ <H1>8 <a name="box-model">Box model</a></H1>
4646
</ul>
4747
</div>
4848
<!-- warning -->
49-
<div> <input id=annoying-warning type=checkbox title="hide note"> <label for=annoying-warning>(hide)</label> <div class=annoying-warning> <p><strong>Note:</strong> Several sections of this specification have been updated by other specifications. Please, see <a href="https://www.w3.org/TR/CSS/#css" >"Cascading Style Sheets (CSS) &mdash; The Official Definition"</a> in the latest <cite>CSS Snapshot</cite> for a list of specifications and the sections they replace. <p>The CSS Working Group is also developing <a href="http://www.w3.org/TR/CSS22/" >CSS level&nbsp;2 revision&nbsp;2 (CSS&nbsp;2.2).</a> </div> </div>
49+
5050
<!-- /warning -->
5151

5252
<P>The CSS box model describes the rectangular boxes that are

css2/cascade.html

Lines changed: 2 additions & 2 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="https://www.w3.org/StyleSheets/TR/W3C-REC.css" type="text/css">
7+
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-ED.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">
@@ -50,7 +50,7 @@ <h1><a name="q6.0">6 Assigning property values, Cascading, and Inheritance</a></
5050
</ul>
5151
</div>
5252
<!-- warning -->
53-
<div> <input id=annoying-warning type=checkbox title="hide note"> <label for=annoying-warning>(hide)</label> <div class=annoying-warning> <p><strong>Note:</strong> Several sections of this specification have been updated by other specifications. Please, see <a href="https://www.w3.org/TR/CSS/#css" >"Cascading Style Sheets (CSS) &mdash; The Official Definition"</a> in the latest <cite>CSS Snapshot</cite> for a list of specifications and the sections they replace. <p>The CSS Working Group is also developing <a href="http://www.w3.org/TR/CSS22/" >CSS level&nbsp;2 revision&nbsp;2 (CSS&nbsp;2.2).</a> </div> </div>
53+
5454
<!-- /warning -->
5555

5656
<h2>6.1 <a name="value-stages">Specified, computed, and actual values</a></h2>

css2/changes.html

Lines changed: 2 additions & 2 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="https://www.w3.org/StyleSheets/TR/W3C-REC.css" type="text/css">
7+
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-ED.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">
@@ -595,7 +595,7 @@ <H1><a name="q21.0">Appendix C. Changes</a></H1>
595595
</ul>
596596
</div>
597597
<!-- warning -->
598-
<div> <input id=annoying-warning type=checkbox title="hide note"> <label for=annoying-warning>(hide)</label> <div class=annoying-warning> <p><strong>Note:</strong> Several sections of this specification have been updated by other specifications. Please, see <a href="https://www.w3.org/TR/CSS/#css" >"Cascading Style Sheets (CSS) &mdash; The Official Definition"</a> in the latest <cite>CSS Snapshot</cite> for a list of specifications and the sections they replace. <p>The CSS Working Group is also developing <a href="http://www.w3.org/TR/CSS22/" >CSS level&nbsp;2 revision&nbsp;2 (CSS&nbsp;2.2).</a> </div> </div>
598+
599599
<!-- /warning -->
600600
<P><em>This appendix is informative, not normative.</em></P>
601601

0 commit comments

Comments
 (0)