@@ -17,13 +17,13 @@ <h1>Cascading Style Sheets (CSS) Snapshot 2007</h1>
17
17
< h2 class ="no-num no-toc "> [LONGSTATUS] [DATE]</ h2 >
18
18
< dl >
19
19
< dt > This version:</ dt >
20
- <!-- <dd><a href="http ://www.w3.org/TR/[YEAR]/NOTE-css-beijing-[CDATE]/">[VERSION]</a></dd> -->
20
+ <!-- <dd><a href="https ://www.w3.org/TR/[YEAR]/NOTE-css-beijing-[CDATE]/">[VERSION]</a></dd> -->
21
21
< dd > < a href ="https://drafts.csswg.org/css-2007/ "> https://drafts.csswg.org/css-2007/</ a > </ dd >
22
22
< dt > Latest version:</ dt >
23
- < dd > < a href ="http ://www.w3.org/TR/css-beijing/ "> http ://www.w3.org/TR/css-beijing/</ a > </ dd >
23
+ < dd > < a href ="https ://www.w3.org/TR/css-beijing/ "> https ://www.w3.org/TR/css-beijing/</ a > </ dd >
24
24
< dt > Previous versions:</ dt >
25
- < dd > < a href ="http ://www.w3.org/TR/2010/WD-css-beijing-20100727/ "> http ://www.w3.org/TR/2010/WD-css-beijing-20100727/</ a > </ dd >
26
- < dd > < a href ="http ://www.w3.org/TR/2001/WD-css3-roadmap-20010523/ "> http ://www.w3.org/TR/2001/WD-css3-roadmap-20010523/</ a > </ dd >
25
+ < dd > < a href ="https ://www.w3.org/TR/2010/WD-css-beijing-20100727/ "> https ://www.w3.org/TR/2010/WD-css-beijing-20100727/</ a > </ dd >
26
+ < dd > < a href ="https ://www.w3.org/TR/2001/WD-css3-roadmap-20010523/ "> https ://www.w3.org/TR/2001/WD-css3-roadmap-20010523/</ a > </ dd >
27
27
< dt > Editor:</ dt >
28
28
< dd > < a href ="http://fantasai.inkedblade.net/contact "> Elika J. Etemad</ a > </ dd >
29
29
</ dl >
@@ -47,7 +47,7 @@ <h2 class="no-num no-toc" id=status>Status of this document</h2>
47
47
48
48
< p > This document represents the state of CSS as of 2007. The CSS Working Group
49
49
does not expect any further changes to this document: new snapshots will be
50
- published at < a href ="http ://www.w3.org/TR/CSS/ "> http ://www.w3.org/TR/CSS/</ a >
50
+ published at < a href ="https ://www.w3.org/TR/CSS/ "> https ://www.w3.org/TR/CSS/</ a >
51
51
as CSS advances.
52
52
53
53
< nav id ="toc ">
@@ -152,17 +152,17 @@ <h2 id="css-levels">CSS Levels</h2>
152
152
< h3 id ="css1 "> CSS Level 1</ h3 >
153
153
154
154
< p > The CSS Working Group considers the
155
- < a href ="http ://www.w3.org/TR/2008/REC-CSS1-20080411/ "> CSS1 specification</ a > to be
155
+ < a href ="https ://www.w3.org/TR/2008/REC-CSS1-20080411/ "> CSS1 specification</ a > to be
156
156
obsolete. < dfn > CSS Level 1</ dfn > is defined as all the features defined
157
157
in the CSS1 specification (properties, values, at-rules, etc), but using
158
158
the syntax and definitions in the
159
- < a href ="http ://www.w3.org/TR/CSS21/ "> CSS2.1 specification</ a > .
160
- < a href ="http ://www.w3.org/TR/css-style-attr/ "> CSS Style Attributes</ a >
159
+ < a href ="https ://www.w3.org/TR/CSS21/ "> CSS2.1 specification</ a > .
160
+ < a href ="https ://www.w3.org/TR/css-style-attr/ "> CSS Style Attributes</ a >
161
161
defines its inclusion in element-specific style attributes.</ p >
162
162
163
163
< h3 id ="css2 "> CSS Level 2</ h3 >
164
164
165
- < p > Although the < a href ="http ://www.w3.org/TR/2008/REC-CSS2-20080411/ "> CSS2 specification</ a >
165
+ < p > Although the < a href ="https ://www.w3.org/TR/2008/REC-CSS2-20080411/ "> CSS2 specification</ a >
166
166
is technically a W3C Recommendation, it passed into the Recommendation stage
167
167
before the W3C had defined the Candidate Recommendation stage. Over time
168
168
implementation experience and further review has brought to light many problems
@@ -180,8 +180,8 @@ <h3 id="css2">CSS Level 2</h3>
180
180
which case that specification will, once it reaches CR, obsolete the
181
181
definitions in CSS2.</ p >
182
182
183
- < p > The < a href ="http ://www.w3.org/TR/CSS21/ "> CSS2.1 specification</ a > defines
184
- < dfn > CSS Level 2</ dfn > and the < a href ="http ://www.w3.org/TR/css-style-attr/ "> CSS
183
+ < p > The < a href ="https ://www.w3.org/TR/CSS21/ "> CSS2.1 specification</ a > defines
184
+ < dfn > CSS Level 2</ dfn > and the < a href ="https ://www.w3.org/TR/css-style-attr/ "> CSS
185
185
Style Attributes specification</ a > defines its inclusion in
186
186
element-specific style attributes. </ p >
187
187
@@ -207,19 +207,19 @@ <h2 id="css">Cascading Style Sheets Definition</h2>
207
207
specifications.
208
208
209
209
< ol >
210
- < li > < a href ="http ://www.w3.org/TR/CSS21/ "> CSS Level 2 Revision 1</ a >
210
+ < li > < a href ="https ://www.w3.org/TR/CSS21/ "> CSS Level 2 Revision 1</ a >
211
211
(including errata)
212
- < li > < a href ="http ://www.w3.org/TR/css-style-attr/ "> CSS Style Attributes</ a >
213
- < li > < a href ="http ://www.w3.org/TR/css3-namespace/ "> CSS Namespaces</ a >
214
- < li > < a href ="http ://www.w3.org/TR/css3-selectors/ "> Selectors Level 3</ a >
215
- < li > < a href ="http ://www.w3.org/TR/css3-color/ "> CSS Color Level 3</ a >
212
+ < li > < a href ="https ://www.w3.org/TR/css-style-attr/ "> CSS Style Attributes</ a >
213
+ < li > < a href ="https ://www.w3.org/TR/css3-namespace/ "> CSS Namespaces</ a >
214
+ < li > < a href ="https ://www.w3.org/TR/css3-selectors/ "> Selectors Level 3</ a >
215
+ < li > < a href ="https ://www.w3.org/TR/css3-color/ "> CSS Color Level 3</ a >
216
216
</ ol >
217
217
218
218
< h3 id ="partial "> Partial Implementations</ h3 >
219
219
220
220
< p > So that authors can exploit the forward-compatible parsing rules to
221
221
assign fallback values, CSS renderers < strong > must</ strong >
222
- treat as invalid (and < a href ="http ://www.w3.org/TR/CSS21/conform.html#ignore "> ignore
222
+ treat as invalid (and < a href ="https ://www.w3.org/TR/CSS21/conform.html#ignore "> ignore
223
223
as appropriate</ a > ) any at-rules, properties, property values, keywords,
224
224
and other syntactic constructs for which they have no usable level of
225
225
support. In particular, user agents < strong > must not</ strong > selectively
@@ -237,15 +237,15 @@ <h3 id="profiles">CSS Profiles</h3>
237
237
The W3C CSS Working Group defines the following CSS profiles:</ p >
238
238
239
239
< ul >
240
- < li > < a href ="http ://www.w3.org/TR/css-mobile/ "> CSS Mobile Profile 2.0</ a >
241
- < li > < a href ="http ://www.w3.org/TR/css-print/ "> CSS Print Profile 1.0</ a >
242
- < li > < a href ="http ://www.w3.org/TR/css-tv "> CSS TV Profile 1.0</ a >
240
+ < li > < a href ="https ://www.w3.org/TR/css-mobile/ "> CSS Mobile Profile 2.0</ a >
241
+ < li > < a href ="https ://www.w3.org/TR/css-print/ "> CSS Print Profile 1.0</ a >
242
+ < li > < a href ="https ://www.w3.org/TR/css-tv "> CSS TV Profile 1.0</ a >
243
243
</ ul >
244
244
245
245
< h3 id ="experimental "> Experimental Implementations</ h3 >
246
246
247
247
< p > To avoid clashes with future CSS features, the CSS2.1 specification
248
- reserves a < a href ="http ://www.w3.org/TR/CSS21/syndata.html#vendor-keywords "> prefixed
248
+ reserves a < a href ="https ://www.w3.org/TR/CSS21/syndata.html#vendor-keywords "> prefixed
249
249
syntax</ a > for proprietary property and value extensions to CSS. The CSS
250
250
Working Group recommends that experimental implementations of features in
251
251
CSS Working Drafts also use vendor-prefixed property and value names. This
0 commit comments