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