@@ -199,7 +199,7 @@ Classification of CSS Specifications</h2>
199
199
which introduces some of the basic concepts of CSS
200
200
and its design principles.
201
201
202
- <dt> <a href="https://www.w3.org/TR/css-syntax-3/">CSS Syntax Level 3</a>
202
+ <dt> <a href="https://www.w3.org/TR/css-syntax-3/">CSS Syntax Module Level 3</a>
203
203
[[!CSS-SYNTAX-3]]
204
204
<dd>
205
205
Replaces CSS2§4.1, CSS2§4.2, CSS2§4.4, and CSS2§G,
@@ -215,7 +215,7 @@ Classification of CSS Specifications</h2>
215
215
<dd>
216
216
Replaces CSS2§7.3 and expands on the syntax for media-specific styles.
217
217
218
- <dt> <a href="https://www.w3.org/TR/css-conditional-3/">CSS Conditional Rules Level 3</a>
218
+ <dt> <a href="https://www.w3.org/TR/css-conditional-3/">CSS Conditional Rules Module Level 3</a>
219
219
[[!CSS-CONDITIONAL-3]]
220
220
<dd>
221
221
Extends and supersedes CSS2§7.2,
@@ -227,7 +227,7 @@ Classification of CSS Specifications</h2>
227
227
<dd>
228
228
Replaces CSS2§5 and CSS2§6.4.3, defining an extended range of selectors.
229
229
230
- <dt> <a href="https://www.w3.org/TR/css-namespaces/">CSS Namespaces</a>
230
+ <dt> <a href="https://www.w3.org/TR/css-namespaces/">CSS Namespaces Module Level 3 </a>
231
231
[[!CSS3-NAMESPACE]]
232
232
<dd>
233
233
Introduces an ''@namespace'' rule to allow namespace-prefixed selectors.
@@ -239,7 +239,7 @@ Classification of CSS Specifications</h2>
239
239
Describes how to collate style rules and assign values to all properties on all elements.
240
240
By way of cascading and inheritance, values are propagated for all properties on all elements.
241
241
242
- <dt> <a href="https://www.w3.org/TR/css-values-3/">CSS Values and Units Level 3</a>
242
+ <dt> <a href="https://www.w3.org/TR/css-values-3/">CSS Values and Units Module Level 3</a>
243
243
[[!CSS-VALUES-3]]
244
244
<dd>
245
245
Extends and supersedes CSS2§1.4.2.1, CSS2§4.3, and CSS2§A.2.1–3,
@@ -252,12 +252,12 @@ Classification of CSS Specifications</h2>
252
252
Introduces cascading variables as a new primitive value type that is accepted by all CSS properties,
253
253
and custom properties for defining them.
254
254
255
- <dt> <a href="https://www.w3.org/TR/css-box-3/">CSS Box Model Level 3</a>
255
+ <dt> <a href="https://www.w3.org/TR/css-box-3/">CSS Box Model Module Level 3</a>
256
256
[[!CSS-BOX-3]]
257
257
<dd>
258
258
Replaces CSS2§8.1, §8.2, §8.3 (but not §8.3.1), and §8.4.
259
259
260
- <dt> <a href="https://www.w3.org/TR/css-color-4/">CSS Color Level 4</a>
260
+ <dt> <a href="https://www.w3.org/TR/css-color-4/">CSS Color Module Level 4</a>
261
261
[[!CSS-COLOR-4]]
262
262
<dd>
263
263
Extends and supersedes CSS2§4.3.6, CSS2§14.1, and CSS2§18.2,
@@ -267,7 +267,7 @@ Classification of CSS Specifications</h2>
267
267
and CSS Object Model extensions for color.
268
268
Also defines the 'opacity' property.
269
269
270
- <dt> <a href="https://www.w3.org/TR/css-backgrounds-3/">CSS Backgrounds and Borders Level 3</a>
270
+ <dt> <a href="https://www.w3.org/TR/css-backgrounds-3/">CSS Backgrounds and Borders Module Level 3</a>
271
271
[[!CSS-BACKGROUNDS-3]]
272
272
<dd>
273
273
Extends and supersedes CSS2§8.5 and CSS2§14.2,
@@ -276,14 +276,14 @@ Classification of CSS Specifications</h2>
276
276
image borders,
277
277
and drop shadows.
278
278
279
- <dt> <a href="https://www.w3.org/TR/css-images-3/">CSS Images Level 3</a>
279
+ <dt> <a href="https://www.w3.org/TR/css-images-3/">CSS Images Module Level 3</a>
280
280
[[!CSS-IMAGES-3]]
281
281
<dd>
282
282
Redefines and incorporates the external 2D image value type,
283
283
introduces native 2D gradients,
284
284
and adds additional controls for replaced element sizing and rendering.
285
285
286
- <dt> <a href="https://www.w3.org/TR/css-fonts-3/">CSS Fonts Level 3</a>
286
+ <dt> <a href="https://www.w3.org/TR/css-fonts-3/">CSS Fonts Module Level 3</a>
287
287
[[!CSS-FONTS-3]]
288
288
<dd>
289
289
Extends and supersedes CSS2§15
@@ -298,12 +298,12 @@ Classification of CSS Specifications</h2>
298
298
bidirectional (e.g. mixed Latin and Arabic) and vertical (e.g. Asian scripts).
299
299
Replaces and extends CSS2§8.6 and §9.10.
300
300
301
- <dt> <a href="https://www.w3.org/TR/css-multicol-1/">CSS Multi-column Layout Level 1</a>
301
+ <dt> <a href="https://www.w3.org/TR/css-multicol-1/">CSS Multi-column Layout Module Level 1</a>
302
302
[[!CSS-MULTICOL-1]]
303
303
<dd>
304
304
Introduces multi-column flows to CSS layout.
305
305
306
- <dt> <a href="https://www.w3.org/TR/css-flexbox-1/">CSS Flexible Box Module Level 1</a>
306
+ <dt> <a href="https://www.w3.org/TR/css-flexbox-1/">CSS Flexible Box Layout Module Level 1</a>
307
307
[[!CSS-FLEXBOX-1]]
308
308
<dd>
309
309
Introduces a flexible linear layout model for CSS.
@@ -321,12 +321,12 @@ Classification of CSS Specifications</h2>
321
321
which enforces the independent CSS processing of an element’s subtree
322
322
in order to enable heavy optimizations by user agents when used well.
323
323
324
- <dt> <a href="https://www.w3.org/TR/css-transforms-1/">CSS Transforms Level 1</a>
324
+ <dt> <a href="https://www.w3.org/TR/css-transforms-1/">CSS Transforms Module Level 1</a>
325
325
[[!CSS-TRANSFORMS-1]]
326
326
<dd>
327
327
Introduces coordinate-based graphical transformations to CSS.
328
328
329
- <dt> <a href="https://www.w3.org/TR/compositing-1/">CSS Compositing and Blending Level 1</a>
329
+ <dt> <a href="https://www.w3.org/TR/compositing-1/">Compositing and Blending Level 1</a>
330
330
[[!COMPOSITING]]
331
331
<dd>
332
332
Defines the compositing and blending of overlaid content
@@ -487,14 +487,14 @@ Modules with Rough Interoperability</h3>
487
487
We hope to incorporate them into the [[#css-official|official definition of CSS]] in a future snapshot.
488
488
489
489
<dl>
490
- <dt> <a href="https://www.w3.org/TR/css-transitions-1/">CSS Transitions Level 1 </a>
490
+ <dt> <a href="https://www.w3.org/TR/css-transitions-1/">CSS Transitions</a>
491
491
[[CSS-TRANSITIONS-1]]
492
492
and <a href="https://www.w3.org/TR/css-animations-1/">CSS Animations Level 1</a>
493
493
[[CSS-ANIMATIONS-1]] .
494
494
<dd>
495
495
Introduces mechanisms for transitioning the computed values of CSS properties over time.
496
496
497
- <dt> <a href="https://www.w3.org/TR/css-will-change-1/">CSS Will Change Level 1</a>
497
+ <dt> <a href="https://www.w3.org/TR/css-will-change-1/">CSS Will Change Module Level 1</a>
498
498
[[CSS-WILL-CHANGE-1]]
499
499
<dd>
500
500
Introduces a performance hint property called 'will-change' .
@@ -509,7 +509,7 @@ Modules with Rough Interoperability</h3>
509
509
<dd>
510
510
Introduces events and interfaces used for dynamically loading font resources.
511
511
512
- <dt> <a href="https://www.w3.org/TR/css-sizing-3/">CSS Box Sizing Level 3</a>
512
+ <dt> <a href="https://www.w3.org/TR/css-sizing-3/">CSS Box Sizing Module Level 3</a>
513
513
[[CSS-SIZING-3]]
514
514
<dd>
515
515
Overlays and extends CSS§10.,
@@ -519,7 +519,7 @@ Modules with Rough Interoperability</h3>
519
519
various automatic sizing concepts only vaguely defined in CSS2.
520
520
521
521
522
- <dt> <a href="https://www.w3.org/TR/css-transforms-2/">CSS Transforms Level 2</a>
522
+ <dt> <a href="https://www.w3.org/TR/css-transforms-2/">CSS Transforms Module Level 2</a>
523
523
[[CSS-TRANSFORMS-2]]
524
524
<dd>
525
525
Builds upon [[CSS-TRANSFORMS-1]]
0 commit comments