Skip to content

Commit 555fab0

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 f6e5f3c commit 555fab0

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

css-2024/Overview.bs

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

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

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

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

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

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

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

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

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

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

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

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

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

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

502502
<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>
504504
[[CSS-TRANSITIONS-1]]
505505
and <a href="https://www.w3.org/TR/css-animations-1/">CSS Animations Level 1</a>
506506
[[CSS-ANIMATIONS-1]].
507507
<dd>
508508
Introduces mechanisms for transitioning the computed values of CSS properties over time.
509509

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>
511511
[[CSS-WILL-CHANGE-1]]
512512
<dd>
513513
Introduces a performance hint property called 'will-change'.
@@ -522,7 +522,7 @@ Modules with Rough Interoperability</h3>
522522
<dd>
523523
Introduces events and interfaces used for dynamically loading font resources.
524524

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>
526526
[[CSS-SIZING-3]]
527527
<dd>
528528
Overlays and extends CSS&sect;10.,
@@ -532,7 +532,7 @@ Modules with Rough Interoperability</h3>
532532
various automatic sizing concepts only vaguely defined in CSS2.
533533

534534

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>
536536
[[CSS-TRANSFORMS-2]]
537537
<dd>
538538
Builds upon [[CSS-TRANSFORMS-1]]

0 commit comments

Comments
 (0)