Skip to content

Commit d50b0fd

Browse files
BartolomeSintessvgeesus
authored andcommitted
matching CSS recommendation names to real names
In sections 2.1 and 2.4 the names of several included recommendations do not match the names that appear in the recommendations. Now they are the same.
1 parent 81f399c commit d50b0fd

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

css-2025/Overview.bs

+17-17
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Classification of CSS Specifications</h2>
199199
which introduces some of the basic concepts of CSS
200200
and its design principles.
201201

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>
203203
[[!CSS-SYNTAX-3]]
204204
<dd>
205205
Replaces CSS2&sect;4.1, CSS2&sect;4.2, CSS2&sect;4.4, and CSS2&sect;G,
@@ -215,7 +215,7 @@ Classification of CSS Specifications</h2>
215215
<dd>
216216
Replaces CSS2&sect;7.3 and expands on the syntax for media-specific styles.
217217

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>
219219
[[!CSS-CONDITIONAL-3]]
220220
<dd>
221221
Extends and supersedes CSS2&sect;7.2,
@@ -227,7 +227,7 @@ Classification of CSS Specifications</h2>
227227
<dd>
228228
Replaces CSS2&sect;5 and CSS2&sect;6.4.3, defining an extended range of selectors.
229229

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>
231231
[[!CSS3-NAMESPACE]]
232232
<dd>
233233
Introduces an ''@namespace'' rule to allow namespace-prefixed selectors.
@@ -239,7 +239,7 @@ Classification of CSS Specifications</h2>
239239
Describes how to collate style rules and assign values to all properties on all elements.
240240
By way of cascading and inheritance, values are propagated for all properties on all elements.
241241

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>
243243
[[!CSS-VALUES-3]]
244244
<dd>
245245
Extends and supersedes CSS2&sect;1.4.2.1, CSS2&sect;4.3, and CSS2&sect;A.2.1&ndash;3,
@@ -252,12 +252,12 @@ Classification of CSS Specifications</h2>
252252
Introduces cascading variables as a new primitive value type that is accepted by all CSS properties,
253253
and custom properties for defining them.
254254

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>
256256
[[!CSS-BOX-3]]
257257
<dd>
258258
Replaces CSS2&sect;8.1, &sect;8.2, &sect;8.3 (but not &sect;8.3.1), and &sect;8.4.
259259

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>
261261
[[!CSS-COLOR-4]]
262262
<dd>
263263
Extends and supersedes CSS2&sect;4.3.6, CSS2&sect;14.1, and CSS2&sect;18.2,
@@ -267,7 +267,7 @@ Classification of CSS Specifications</h2>
267267
and CSS Object Model extensions for color.
268268
Also defines the 'opacity' property.
269269

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>
271271
[[!CSS-BACKGROUNDS-3]]
272272
<dd>
273273
Extends and supersedes CSS2&sect;8.5 and CSS2&sect;14.2,
@@ -276,14 +276,14 @@ Classification of CSS Specifications</h2>
276276
image borders,
277277
and drop shadows.
278278

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>
280280
[[!CSS-IMAGES-3]]
281281
<dd>
282282
Redefines and incorporates the external 2D image value type,
283283
introduces native 2D gradients,
284284
and adds additional controls for replaced element sizing and rendering.
285285

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>
287287
[[!CSS-FONTS-3]]
288288
<dd>
289289
Extends and supersedes CSS2&sect;15
@@ -298,12 +298,12 @@ Classification of CSS Specifications</h2>
298298
bidirectional (e.g. mixed Latin and Arabic) and vertical (e.g. Asian scripts).
299299
Replaces and extends CSS2&sect;8.6 and &sect;9.10.
300300

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>
302302
[[!CSS-MULTICOL-1]]
303303
<dd>
304304
Introduces multi-column flows to CSS layout.
305305

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>
307307
[[!CSS-FLEXBOX-1]]
308308
<dd>
309309
Introduces a flexible linear layout model for CSS.
@@ -321,12 +321,12 @@ Classification of CSS Specifications</h2>
321321
which enforces the independent CSS processing of an element’s subtree
322322
in order to enable heavy optimizations by user agents when used well.
323323

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>
325325
[[!CSS-TRANSFORMS-1]]
326326
<dd>
327327
Introduces coordinate-based graphical transformations to CSS.
328328

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>
330330
[[!COMPOSITING]]
331331
<dd>
332332
Defines the compositing and blending of overlaid content
@@ -487,14 +487,14 @@ Modules with Rough Interoperability</h3>
487487
We hope to incorporate them into the [[#css-official|official definition of CSS]] in a future snapshot.
488488

489489
<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>
491491
[[CSS-TRANSITIONS-1]]
492492
and <a href="https://www.w3.org/TR/css-animations-1/">CSS Animations Level 1</a>
493493
[[CSS-ANIMATIONS-1]].
494494
<dd>
495495
Introduces mechanisms for transitioning the computed values of CSS properties over time.
496496

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>
498498
[[CSS-WILL-CHANGE-1]]
499499
<dd>
500500
Introduces a performance hint property called 'will-change'.
@@ -509,7 +509,7 @@ Modules with Rough Interoperability</h3>
509509
<dd>
510510
Introduces events and interfaces used for dynamically loading font resources.
511511

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>
513513
[[CSS-SIZING-3]]
514514
<dd>
515515
Overlays and extends CSS&sect;10.,
@@ -519,7 +519,7 @@ Modules with Rough Interoperability</h3>
519519
various automatic sizing concepts only vaguely defined in CSS2.
520520

521521

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>
523523
[[CSS-TRANSFORMS-2]]
524524
<dd>
525525
Builds upon [[CSS-TRANSFORMS-1]]

0 commit comments

Comments
 (0)