From caccd7fc378ef1a1f894370685935d38d9a7579f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartolom=C3=A9=20Sintes?= Date: Sun, 10 Dec 2023 08:40:01 +0100 Subject: [PATCH 1/2] 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 --- css-2023/Overview.bs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css-2023/Overview.bs b/css-2023/Overview.bs index d42be36711b..784ad9008d0 100644 --- a/css-2023/Overview.bs +++ b/css-2023/Overview.bs @@ -307,7 +307,7 @@ Classification of CSS Specifications
Introduces a flexible linear layout model for CSS. -
CSS User Interface Module Level 3 +
CSS Basic User Interface Module Level 3 [[!CSS-UI-3]]
Extends and supersedes CSS2§18.1 and CSS2§18.4, @@ -414,7 +414,7 @@ Fairly Stable Modules with limited implementation experience defining properties for text manipulation and specifying their processing model. It covers line breaking, justification and alignment, white space handling, and text transformation. -
CSS Text Decoration Level 3 +
CSS Text Decoration Module Level 3 [[CSS-TEXT-DECOR-3]]
Extends and supersedes CSS2§16.3, @@ -422,7 +422,7 @@ Fairly Stable Modules with limited implementation experience and adding the ability to specify text emphasis marks and text shadows. -
CSS Masking Level 1 +
CSS Masking Module Level 1 [[CSS-MASKING-1]]
Replaces CSS2§11.1.2 @@ -463,7 +463,7 @@ Modules with Rough Interoperability We hope to incorporate them into the [[#css-official|official definition of CSS]] in a future snapshot.
-
CSS Transitions Level 1 +
CSS Transitions [[CSS-TRANSITIONS-1]] and CSS Animations Level 1 [[CSS-ANIMATIONS-1]]. From 74f037478a1260451563caefe6be859459e28715 Mon Sep 17 00:00:00 2001 From: Chris Lilley Date: Mon, 11 Dec 2023 09:49:41 -0500 Subject: [PATCH 2/2] Add back the Level --- css-2023/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-2023/Overview.bs b/css-2023/Overview.bs index 784ad9008d0..2664c54aaa0 100644 --- a/css-2023/Overview.bs +++ b/css-2023/Overview.bs @@ -463,7 +463,7 @@ Modules with Rough Interoperability We hope to incorporate them into the [[#css-official|official definition of CSS]] in a future snapshot.
-
CSS Transitions +
CSS Transitions Level 1 [[CSS-TRANSITIONS-1]] and CSS Animations Level 1 [[CSS-ANIMATIONS-1]].