From 17133a556b633682d99e129d8d7b98ca7a24efd0 Mon Sep 17 00:00:00 2001 From: Mike Gower Date: Mon, 12 May 2025 11:09:45 -0700 Subject: [PATCH 1/2] Add 2.1 changes since December 2024 that were not previously listed --- errata/21.html | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/errata/21.html b/errata/21.html index 0335ead4d0..22e6c87c94 100644 --- a/errata/21.html +++ b/errata/21.html @@ -51,6 +51,56 @@

Editorial Errata

No editorial errata have been recorded at present.

+ +{%- assign trDate = "2024-12-12" -%} + {%- capture trUrl -%} + https://www.w3.org/TR/{{ trDate | split: "-" | first }}/REC-WCAG{{ page.fileSlug }}-{{ trDate | replace: "-", "" }}/ + {%- endcapture -%} +
+

Errata since {{ trDate | date: "%d %B %Y" }} Publication

+
+

Substantive Errata

+

No substantive errata have been recorded at present.

+
+
+

Editorial Errata

+
    +
  • + 2024-11-19: + Making editorial changes to improve consistent use of the terms + "success criteria/criterion", "web", "website", and "web page" + ({% gh "#4080" %}) +
  • +
  • + 2024-11-19: + In the definition for single pointer, + updating to further enumerate interaction types and distinguish input modalities. + ({% gh "#4070" %}, {% gh "#3536" %}) +
  • +
  • + 2024-11-19: + In 7. Input Purposes for User Interface Components, + correcting the word "dissement" to "arrondissement". + ({% gh "#4034" %}) +
  • +
  • + 2024-11-19: + In Abstract, modifying language regarding devices. + ({% gh "#3776" %}) +
  • +
  • + 2024-11-19: + In the definition for used in an unusual or restricted way, + genericizing WCAG version reference from "2.1" to "2". + ({% gh "#3707" %}) +
  • +
  • + 2024-11-19: + Making editorial changes to improve consistent use of definitions in the success criteria ({% gh "#3038" %}) +
  • +
+
+
{%- assign trDate = "2018-06-05" -%} {%- capture trUrl -%} From 672129fbd61c81c886699c806df665ce57d3656c Mon Sep 17 00:00:00 2001 From: "Kenneth G. Franqueiro" Date: Tue, 3 Jun 2025 08:14:24 -0400 Subject: [PATCH 2/2] Reorganize previous 2.1 errata by commit date --- errata/21.html | 50 ++++++++++++++++++++++++++++++++++---------------- 1 file changed, 34 insertions(+), 16 deletions(-) diff --git a/errata/21.html b/errata/21.html index 22e6c87c94..8111a202ca 100644 --- a/errata/21.html +++ b/errata/21.html @@ -52,7 +52,7 @@

Editorial Errata

-{%- assign trDate = "2024-12-12" -%} + {%- assign trDate = "2024-12-12" -%} {%- capture trUrl -%} https://www.w3.org/TR/{{ trDate | split: "-" | first }}/REC-WCAG{{ page.fileSlug }}-{{ trDate | replace: "-", "" }}/ {%- endcapture -%} @@ -66,37 +66,55 @@

Substantive Errata

Editorial Errata

+ + + + {%- assign trDate = "2023-09-21" -%} + {%- capture trUrl -%} + https://www.w3.org/TR/{{ trDate | split: "-" | first }}/REC-WCAG{{ page.fileSlug }}-{{ trDate | replace: "-", "" }}/ + {%- endcapture -%} +
+

Errata since {{ trDate | date: "%d %B %Y" }} Publication

+
+

Substantive Errata

+

No substantive errata have been recorded at present.

+
+
+

Editorial Errata

+
  • 2024-11-19: - Making editorial changes to improve consistent use of definitions in the success criteria ({% gh "#3038" %}) + In 7. Input Purposes for User Interface Components, + correcting the word "dissement" to "arrondissement". + ({% gh "2dd3043" %})