Skip to content

Commit b6c09e3

Browse files
authored
Update changelog in guidelines/index.html (#4123)
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>
1 parent 5c8fc20 commit b6c09e3

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

guidelines/index.html

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -781,24 +781,30 @@ <h1>Glossary</h1>
781781

782782
<section class="appendix" id="changelog">
783783
<h2>Change Log</h2>
784-
<p>This section shows substantive changes made in WCAG 2.2 since WCAG 2.1. <a href="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. <a href="https://www.w3.org/WAI/WCAG21/errata/">Errata fixes to WCAG 2.1</a> have also been incorporated into WCAG 2.2.</p>
785785
<p>The full <a href="https://github.com/w3c/wcag/commits/main/guidelines">commit history to WCAG 2.2</a> is available.</p>
786786
<ul>
787-
<li>2019-11-10: Promoted <a href="#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>
790787
<li>2020-03-30: Added <a href="#accessible-authentication-minimum">Accessible Authentication (Minimum)</a>.</li>
791788
<li>2020-05-27: Added <q>Dragging</q> (later renamed <a href="#dragging-movements">Dragging Movements</a>).</li>
792-
<li>2020-07-19: Added <q>Findable Help</q> (later renamed to <a href="#consistent-help">Consistent Help</a>), <q>Fixed Reference Points</q> (Page Break Navigation), <q>Hidden Controls</q> (later renamed Visible Controls), <q>Pointer Target Spacing</q> (later renamed <a href="#target-size-minimum">Target Size (Minimum)</a>), <a href="#redundant-entry">Redundant Entry</a>.</li>
793-
<li>2020-08-04: Added Focus Appearance (Minimum) (later renamed to <a href="#focus-appearance">Focus Appearance</a>) and renamed <q>Focus Visible (Enhanced)</q> to <q>Focus Appearance (Enhanced)</q>.</li>
794-
<li>2020-11-02: Renamed <q>Dragging</q> to <a href="#dragging-movements">Dragging Movements</a>.</li>
795-
<li>2020-12-08: Renamed <q>Hidden Controls</q> to Visible Controls.</li>
796-
<li>2021-09-21: Added <a href="#accessible-authentication-enhanced">Accessible Authentication (No Exception)</a>.</li>
789+
<li>2020-07-19: Added <q>Findable Help</q> (later renamed to <a href="#consistent-help">Consistent Help</a>), <q>Pointer Target Spacing</q> (later renamed <a href="#target-size-minimum">Target Size (Minimum)</a>), and <a href="#redundant-entry">Redundant Entry</a>.</li>
790+
<li>2020-08-04: Added <q>Focus Appearance (Minimum)</q> (later renamed to <a href="#focus-appearance">Focus Appearance</a>).</li>
791+
<li>2021-09-21: Added <q>Accessible Authentication (No Exception)</q> (later renamed <a href="#accessible-authentication-enhanced">Accessible Authentication (Enhanced))</a>.</li>
797792
<li>2022-03-22: Added <a href="#focus-not-obscured-minimum">Focus Not Obscured (Minimum)</a>.</li>
798-
<li>2022-05-13: Removed Visible Controls.</li>
799793
<li>2022-05-30: Added <a href="#focus-not-obscured-enhanced">Focus Not Obscured (Enhanced)</a>.</li>
800-
<li>2022-07-15: Removed Page Break Navigation.</li>
801794
<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 <a href="#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 <a href="#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>
806+
</ul>
807+
</li>
802808
</ul>
803809
</section>
804810
<section class="appendix informative section" id="acknowledgements">

0 commit comments

Comments
 (0)