@@ -124,55 +124,66 @@ Background: The W3C Process and CSS</h3>
124
124
125
125
<dl>
126
126
<dt> <a href="http://www.w3.org/TR/CSS2/">CSS Level 2, latest revision</a> (including errata)
127
+ [[!CSS2]]
127
128
<dd>
128
129
This defines the core of CSS, parts of which are overridden by later specifications.
129
130
We recommend in particular reading <a href="http://www.w3.org/TR/CSS2/intro.html">Chapter 2</a> ,
130
131
which introduces some of the basic concepts of CSS
131
132
and its design principles.
132
133
133
134
<dt> <a href="http://www.w3.org/TR/css-syntax-3/">CSS Syntax Level 3</a>
135
+ [[!CSS-SYNTAX-3]]
134
136
<dd>
135
137
Replaces CSS2§4.1, CSS2§4.1, CSS2§4.2, CSS2§4.4, and CSS2§G,
136
138
defining how CSS is parsed.
137
139
138
140
<dt> <a href="http://www.w3.org/TR/css-style-attr/">CSS Style Attributes</a>
141
+ [[!CSS-STYLE-ATTR]]
139
142
<dd>
140
143
Defines how CSS declarations can be embedded in markup attributes.
141
144
142
145
<dt> <a href="http://www.w3.org/TR/css3-mediaqueries/">Media Queries Level 3</a>
146
+ [[!CSS3-MEDIAQUERIES]]
143
147
<dd>
144
148
Replaces CSS2§7.3 and expands on the syntax for media-specific styles.
145
149
146
150
<dt> <a href="http://www.w3.org/TR/css3-conditional/">CSS Conditional Rules Level 3</a>
151
+ [[!CSS3-CONDITIONAL]]
147
152
<dd>
148
153
Replaces CSS2§7.2, updating the definition of ''@media'' rules to allow nesting,
149
154
and introduces ''@supports'' rules for feature-support queries.
150
155
151
156
<dt> <a href="http://www.w3.org/TR/css3-namespace/">CSS Namespaces</a>
157
+ [[!CSS3-NAMESPACE]]
152
158
<dd>
153
159
Introduces an ''@namespace'' rule to allow namespace-prefixed selectors.
154
160
155
161
<dt> <a href="http://www.w3.org/TR/css3-selectors/">Selectors Level 3</a>
162
+ [[!SELECT]]
156
163
<dd>
157
164
Replaces CSS2§5 and CSS2§6.4.3, defining an extended range of selectors.
158
165
159
166
<dt> <a href="http://www.w3.org/TR/css3-cascade/">CSS Cascading and Inheritance Level 3</a>
167
+ [[!CSS-CASCADE-3]]
160
168
<dd>
161
169
Replaces CSS2§1.4.3 and CSS2§6
162
170
163
171
<dt> <a href="http://www.w3.org/TR/css3-values/">CSS Values and Units Level 3</a>
172
+ [[!CSS-VALUES-3]]
164
173
<dd>
165
174
Replaces CSS2§1.4.2.1, CSS2§4.3, and CSS2§A.2.1–3,
166
175
defining CSS's property definition syntax
167
176
and expanding its set of units.
168
177
169
178
<dt> <a href="http://www.w3.org/TR/css3-color/">CSS Color Level 3</a>
179
+ [[!CSS3-COLOR]]
170
180
<dd>
171
181
Replaces CSS2§4.3.6, CSS2§14.1, and CSS2§18.2,
172
182
defining an extended range of color values.
173
183
Also introduces the 'opacity' property.
174
184
175
185
<dt> <a href="http://www.w3.org/TR/css3-background/">CSS Backgrounds and Borders Level 3</a>
186
+ [[!CSS3-BACKGROUND]]
176
187
<dd>
177
188
Replaces CSS2§8.5 and CSS2§14.2,
178
189
providing more control of backgrounds and borders,
@@ -181,27 +192,32 @@ Background: The W3C Process and CSS</h3>
181
192
and drop shadows.
182
193
183
194
<dt> <a href="http://www.w3.org/TR/css3-images/">CSS Image Values and Replaced Content Level 3</a>
195
+ [[!CSS3-IMAGES]]
184
196
<dd>
185
197
Provides a new foundation text for the sizing of replaced elements (such as images),
186
198
adds additional controls to their sizing and orientation,
187
199
and introduces syntax for gradients as images in CSS.
188
200
189
201
<dt> <a href="http://www.w3.org/TR/css-fonts-3/">CSS Fonts Level 3</a>
202
+ [[!CSS-FONTS-3]]
190
203
<dd>
191
204
Replaces CSS2§15
192
205
and provides more control over font choice and feature selection.
193
206
194
207
<dt> <a href="http://www.w3.org/TR/css3-multicol/">CSS Multi-column Layout Level 1</a>
208
+ [[!CSS3-MULTICOL]]
195
209
<dd>
196
210
Introduces multi-column flows to CSS layout.
197
211
198
212
199
213
<dt> <a href="http://www.w3.org/TR/css3-ui/">CSS User Interface Module Level 3</a>
214
+ [[!CSS-UI-3]]
200
215
<dd>
201
216
Replaces CSS2§18.1 and CSS2§18.4,
202
217
defining 'cursor' , 'outline' , and several new CSS features that also enhance the user interface.
203
218
204
219
<dt> <a href="http://www.w3.org/TR/compositing-1/">CSS Compositing and Blending Level 1</a>
220
+ [[!COMPOSITING]]
205
221
<dd>
206
222
Defines the compositing and blending of overlaid content
207
223
and introduces features to control their modes.
@@ -216,15 +232,19 @@ Background: The W3C Process and CSS</h3>
216
232
217
233
<dl>
218
234
<dt> <a href="http://www.w3.org/TR/css3-transitions/">CSS Transitions Level 1</a>
235
+ [[CSS3-TRANSITIONS]]
219
236
and <a href="http://www.w3.org/TR/css3-animations/">CSS Animations Level 1</a>
237
+ [[CSS3-ANIMATIONS]]
220
238
<dd>
221
239
Define mechanisms for transitioning the computed values of CSS properties over time.
222
240
223
241
<dt> <a href="http://www.w3.org/TR/css-flexbox-1/">CSS Flexible Box Module Level 1</a>
242
+ [[CSS-FLEXBOX-1]]
224
243
<dd>
225
244
Introduces a flexible linear layout model for CSS.
226
245
227
246
<dt> <a href="http://www.w3.org/TR/css3-transforms/">CSS Transforms Level 1</a>
247
+ [[CSS3-TRANSFORMS]]
228
248
<dd>
229
249
Introduces graphical transformations to CSS.
230
250
</dl>
@@ -237,27 +257,32 @@ Background: The W3C Process and CSS</h3>
237
257
238
258
<dl>
239
259
<dt> <a href="http://www.w3.org/TR/css-counter-styles-3/">CSS Counter Styles Level 3</a>
260
+ [[CSS-COUNTER-STYLES-3]]
240
261
<dd>
241
262
Expands the possible values of <<counter-style>>
242
263
and provides an ''@counter-style'' syntax for customized counter styles.
243
264
244
265
<dt> <a href="http://www.w3.org/TR/css-masking-1/">CSS Masking Level 1</a>
266
+ [[CSS-MASKING-1]]
245
267
<dd>
246
268
Replaces CSS2§11.1.2
247
269
and introduces more powerful ways of clipping and masking content.
248
270
249
271
<dt> <a href="http://www.w3.org/TR/css-shapes-1/">CSS Shapes Module Level 1</a>
272
+ [[CSS-SHAPES-1]]
250
273
<dd>
251
274
Extends floats to effect non-rectangular wrapping shapes.
252
275
253
276
<dt> <a href="http://www.w3.org/TR/css-text-decor-3/">CSS Text Decoration Level 3</a>
277
+ [[CSS-TEXT-DECOR-3]]
254
278
<dd>
255
279
Replaces CSS2§16.3,
256
280
providing more control over text decoration lines
257
281
and adding the ability to specify text emphasis marks
258
282
and text shadows.
259
283
260
284
<dt> <a href="http://www.w3.org/TR/css3-speech/">CSS Speech Module Level 1</a>
285
+ [[CSS3-SPEECH]]
261
286
<dd>
262
287
Replaces CSS2§A,
263
288
overhauling the (non-normative) speech rendering chapter.
0 commit comments