Skip to content

Commit 86c989d

Browse files
BartolomeSintessvgeesus
authored andcommitted
Possible errata in four specification names
In CSS 3 the names of four specifications do not match with the name that appear in the specifications themselves. CSS User Interface Module Level 3 -> CSS Basic User Interface Module Level 3 CSS Text Decoration Level 3 -> CSS Text Decoration Module Level 3 CSS Masking Level 1 -> CSS Masking Module Level 1 CSS Transitions Level 1 -> CSS Transitions
1 parent 7b6254b commit 86c989d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-2023/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ Classification of CSS Specifications</h2>
307307
<dd>
308308
Introduces a flexible linear layout model for CSS.
309309

310-
<dt><a href="https://www.w3.org/TR/css-ui-3/">CSS User Interface Module Level 3</a>
310+
<dt><a href="https://www.w3.org/TR/css-ui-3/">CSS Basic User Interface Module Level 3</a>
311311
[[!CSS-UI-3]]
312312
<dd>
313313
Extends and supersedes CSS2&sect;18.1 and CSS2&sect;18.4,
@@ -414,15 +414,15 @@ Fairly Stable Modules with limited implementation experience</h3>
414414
defining properties for text manipulation and specifying their processing model.
415415
It covers line breaking, justification and alignment, white space handling, and text transformation.
416416

417-
<dt><a href="https://www.w3.org/TR/css-text-decor-3/">CSS Text Decoration Level 3</a>
417+
<dt><a href="https://www.w3.org/TR/css-text-decor-3/">CSS Text Decoration Module Level 3</a>
418418
[[CSS-TEXT-DECOR-3]]
419419
<dd>
420420
Extends and supersedes CSS2&sect;16.3,
421421
providing more control over text decoration lines
422422
and adding the ability to specify text emphasis marks
423423
and text shadows.
424424

425-
<dt><a href="https://www.w3.org/TR/css-masking-1/">CSS Masking Level 1</a>
425+
<dt><a href="https://www.w3.org/TR/css-masking-1/">CSS Masking Module Level 1</a>
426426
[[CSS-MASKING-1]]
427427
<dd>
428428
Replaces CSS2&sect;11.1.2
@@ -463,7 +463,7 @@ Modules with Rough Interoperability</h3>
463463
We hope to incorporate them into the [[#css-official|official definition of CSS]] in a future snapshot.
464464

465465
<dl>
466-
<dt><a href="https://www.w3.org/TR/css-transitions-1/">CSS Transitions Level 1</a>
466+
<dt><a href="https://www.w3.org/TR/css-transitions-1/">CSS Transitions</a>
467467
[[CSS-TRANSITIONS-1]]
468468
and <a href="https://www.w3.org/TR/css-animations-1/">CSS Animations Level 1</a>
469469
[[CSS-ANIMATIONS-1]].

0 commit comments

Comments
 (0)