Skip to content

Commit 05d9b87

Browse files
stiiinsvgeesus
authored andcommitted
[css-2020][css-2021][css-2022][css-2023] Fix section number for text-decoration
CSS Text Module Level 3 extends and supersedes everything in chapter 16 of CSS2, except text-decoration. text-decoration is defined in CSS2 section 16.3, not 16.2. Fixes #11598
1 parent 1f3017e commit 05d9b87

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

css-2020/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ Fairly Stable Modules with limited implementation experience</h3>
365365
<dt><a href="https://www.w3.org/TR/css-text-3/">CSS Text Module Level 3</a>
366366
[[CSS-TEXT-3]]
367367
<dd>
368-
Extends and supersedes CSS2&sect;16 excepting &sect;16.2,
368+
Extends and supersedes CSS2&sect;16 excepting &sect;16.3,
369369
defining properties for text manipulation and specifying their processing model.
370370
It covers line breaking, justification and alignment, white space handling, and text transformation.
371371

css-2021/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ Fairly Stable Modules with limited implementation experience</h3>
361361
<dt><a href="https://www.w3.org/TR/css-text-3/">CSS Text Module Level 3</a>
362362
[[CSS-TEXT-3]]
363363
<dd>
364-
Extends and supersedes CSS2&sect;16 excepting &sect;16.2,
364+
Extends and supersedes CSS2&sect;16 excepting &sect;16.3,
365365
defining properties for text manipulation and specifying their processing model.
366366
It covers line breaking, justification and alignment, white space handling, and text transformation.
367367

css-2022/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ Fairly Stable Modules with limited implementation experience</h3>
409409
<dt><a href="https://www.w3.org/TR/css-text-3/">CSS Text Module Level 3</a>
410410
[[CSS-TEXT-3]]
411411
<dd>
412-
Extends and supersedes CSS2&sect;16 excepting &sect;16.2,
412+
Extends and supersedes CSS2&sect;16 excepting &sect;16.3,
413413
defining properties for text manipulation and specifying their processing model.
414414
It covers line breaking, justification and alignment, white space handling, and text transformation.
415415

css-2023/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ Fairly Stable Modules with limited implementation experience</h3>
410410
<dt><a href="https://www.w3.org/TR/css-text-3/">CSS Text Module Level 3</a>
411411
[[CSS-TEXT-3]]
412412
<dd>
413-
Extends and supersedes CSS2&sect;16 excepting &sect;16.2,
413+
Extends and supersedes CSS2&sect;16 excepting &sect;16.3,
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

0 commit comments

Comments
 (0)