From 05d9b87499c9cde275826612053374af0e694cbd Mon Sep 17 00:00:00 2001 From: Stijn van Drongelen Date: Wed, 29 Jan 2025 23:21:10 +0100 Subject: [PATCH] [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 w3c#11598 --- css-2020/Overview.bs | 2 +- css-2021/Overview.bs | 2 +- css-2022/Overview.bs | 2 +- css-2023/Overview.bs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css-2020/Overview.bs b/css-2020/Overview.bs index b29cae346081..66c83809a0c8 100644 --- a/css-2020/Overview.bs +++ b/css-2020/Overview.bs @@ -365,7 +365,7 @@ Fairly Stable Modules with limited implementation experience
CSS Text Module Level 3 [[CSS-TEXT-3]]
- Extends and supersedes CSS2§16 excepting §16.2, + Extends and supersedes CSS2§16 excepting §16.3, defining properties for text manipulation and specifying their processing model. It covers line breaking, justification and alignment, white space handling, and text transformation. diff --git a/css-2021/Overview.bs b/css-2021/Overview.bs index a7f0229846f0..1d61a10aabbe 100644 --- a/css-2021/Overview.bs +++ b/css-2021/Overview.bs @@ -361,7 +361,7 @@ Fairly Stable Modules with limited implementation experience
CSS Text Module Level 3 [[CSS-TEXT-3]]
- Extends and supersedes CSS2§16 excepting §16.2, + Extends and supersedes CSS2§16 excepting §16.3, defining properties for text manipulation and specifying their processing model. It covers line breaking, justification and alignment, white space handling, and text transformation. diff --git a/css-2022/Overview.bs b/css-2022/Overview.bs index 04f4f8244c78..c7a013d108d5 100644 --- a/css-2022/Overview.bs +++ b/css-2022/Overview.bs @@ -409,7 +409,7 @@ Fairly Stable Modules with limited implementation experience
CSS Text Module Level 3 [[CSS-TEXT-3]]
- Extends and supersedes CSS2§16 excepting §16.2, + Extends and supersedes CSS2§16 excepting §16.3, defining properties for text manipulation and specifying their processing model. It covers line breaking, justification and alignment, white space handling, and text transformation. diff --git a/css-2023/Overview.bs b/css-2023/Overview.bs index 2664c54aaa00..3b37deba34bd 100644 --- a/css-2023/Overview.bs +++ b/css-2023/Overview.bs @@ -410,7 +410,7 @@ Fairly Stable Modules with limited implementation experience
CSS Text Module Level 3 [[CSS-TEXT-3]]
- Extends and supersedes CSS2§16 excepting §16.2, + Extends and supersedes CSS2§16 excepting §16.3, defining properties for text manipulation and specifying their processing model. It covers line breaking, justification and alignment, white space handling, and text transformation.