You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated changelog to only record changes made that were preserved
through WCAG 2.2's Oct 2023 publication.
Added normative errata to the change log incorporated into the
republication
**NOTE** @iadawn, I took a guess on the actual republication date of Nov
15, which will need to be updated to match the real date.
<!--
This comment and the below content is programmatically generated.
You may add a comma-separated list of anchors you'd like a
direct link to below (e.g. #idl-serializers, #idl-sequence):
Don't remove this comment or modify anything below this line.
If you don't want a preview generated for this pull request,
just replace the whole of this comment's content by "no preview"
and remove what's below.
-->
***
<a href="https://pr-preview.s3.amazonaws.com/w3c/wcag/pull/4123.html"
title="Last updated on Nov 1, 2024, 5:23 PM UTC (bc23f43)">Preview</a> |
<a
href="https://pr-preview.s3.amazonaws.com/w3c/wcag/4123/b99ada8...bc23f43.html"
title="Last updated on Nov 1, 2024, 5:23 PM UTC (bc23f43)">Diff</a>
Copy file name to clipboardExpand all lines: guidelines/index.html
+17-11Lines changed: 17 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -781,24 +781,30 @@ <h1>Glossary</h1>
781
781
782
782
<sectionclass="appendix" id="changelog">
783
783
<h2>Change Log</h2>
784
-
<p>This section shows substantive changes made in WCAG 2.2 since WCAG 2.1. <ahref="https://www.w3.org/WAI/WCAG21/errata/">Errata fixes to WCAG 2.1</a> have also been incorporated into WCAG 2.2.</p>
784
+
<p>This section shows substantive changes incorporated into WCAG 2.2 since WCAG 2.1, as well as changes made to 2.2 since its original publication on 05 October 2023. <ahref="https://www.w3.org/WAI/WCAG21/errata/">Errata fixes to WCAG 2.1</a> have also been incorporated into WCAG 2.2.</p>
785
785
<p>The full <ahref="https://github.com/w3c/wcag/commits/main/guidelines">commit history to WCAG 2.2</a> is available.</p>
786
786
<ul>
787
-
<li>2019-11-10: Promoted <ahref="#focus-visible">Focus Visible</a> from Level AA to Level A.</li>
788
-
<li>2020-01-14: Added <q>Focus Visible (Enhanced)</q>, later renamed to Focus Appearance (Enhanced), later removed.</li>
789
-
<li>2020-03-10: Renamed <q>Pointer Target Spacing</q> to <q>Target Size (Minimum)</q></li>
<li>2023-06-05: Added privacy and security sections within conformance.</li>
795
+
<li>2024-11-15: Republished WCAG 2.2, incorporating the following errata:
796
+
<ul>
797
+
<li>modified the definitions of <a>single pointer</a>, <a>used in an unusual or restricted way</a>, <a>motion animation</a>, and <a>programmatically determined</a></li>
798
+
<li>modified the formatting of definitions for <a>changes of context</a>, <a>general flash and red flash thresholds</a>, <a>cognitive function test</a>, and <a>structure</a></li>
799
+
<li>removed the defunct <q>encloses</q> definition</li>
800
+
<li>corrected typo in <ahref="#input-purposes">input purposes</a> list</li>
801
+
<li>modified the formatting of Target Size (Minimum) and Accessible Authentication (Minimum)</li>
802
+
<li>modified the visual presentation for content identified as New</li>
803
+
<li>modified the language covering devices in the <ahref="#abstract">Abstract</a></li>
804
+
<li>made editorial changes to improve consistent use of definitions in the success criteria</li>
805
+
<li>made editorial changes to improve consistent use of the terms <q>success criteria/criterion</q>, <q>web</q>, <q>website</q>, and <q>web page</q></li>
0 commit comments