Skip to content

Commit a766cf8

Browse files
mbgowerkfranqueiro
andauthored
Add new errata to both 2.1 and 2.2 (#4370)
This PR adds four changes to the list of errata for WCAG 2.2 and 2.1 TR documents. The changes are from: #4256, #4040, #4165, and #2296. Three of the changes are to notes and examples in the specification, which are non-normative according to the [5.1 Interpreting Normative Requirements](https://www.w3.org/TR/WCAG22/#interpreting-normative-requirements). One of the changes is a normative change, restricted to correcting the alphabetical order for the list of defined terms. As such, it falls under [Changes that do not functionally affect interpretation of the document](https://www.w3.org/policies/process/#correction-classes). Previews: [2.1](https://deploy-preview-4370--wcag2.netlify.app/errata/21#since-current), [2.2](https://deploy-preview-4370--wcag2.netlify.app/errata/22#since-current) --------- Co-authored-by: Kenneth G. Franqueiro <[email protected]>
1 parent 593ae04 commit a766cf8

File tree

2 files changed

+53
-2
lines changed

2 files changed

+53
-2
lines changed

errata/21.html

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,30 @@ <h3>Substantive Errata</h3>
4848
</section>
4949
<section id="editorial-{{ trDate }}">
5050
<h3>Editorial Errata</h3>
51-
<p>No editorial errata have been recorded at present.</p>
51+
<ul>
52+
<li>
53+
2025-07-07:
54+
Correcting the alphabetical order of two definitions
55+
({% gh "6f733de" %})
56+
</li>
57+
<li>
58+
2025-07-07:
59+
In the definition for <a href="{{ trUrl }}#dfn-motion-animation">motion animation</a>,
60+
amending the definition to <em>not</em> exclude blurring
61+
({% gh "38efe93" %})
62+
</li>
63+
<li>
64+
2025-07-07:
65+
In the Introduction, linking directly to new supplemental guidance
66+
({% gh "18a999f" %})
67+
</li>
68+
<li>
69+
2025-07-07:
70+
In the definition for <a href="{{ trUrl }}#dfn-single-pointer">single pointer</a>,
71+
removing the period incorrectly appearing at the end of the definition
72+
({% gh "c073b16" %})
73+
</li>
74+
</ul>
5275
</section>
5376
</section>
5477

errata/22.html

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,35 @@ <h3>Substantive Errata</h3>
4848
</section>
4949
<section id="editorial-{{ trDate }}">
5050
<h3>Editorial Errata</h3>
51-
<p>No editorial errata recorded at present.</p>
51+
<ul>
52+
<li>
53+
2025-06-27:
54+
Correcting the alphabetical order of two definitions
55+
({% gh "#4256" %})
56+
</li>
57+
<li>
58+
2025-06-27:
59+
In the definition for <a href="{{ trUrl }}#dfn-motion-animation">motion animation</a>,
60+
amending the definition to <em>not</em> exclude blurring
61+
({% gh "#4040" %})
62+
</li>
63+
<li>
64+
2025-06-27:
65+
In <a href="{{ trUrl }}#consistent-help">3.2.6 Consistent Help</a>, harmonizing occurrences of "breakpoint" to be one word
66+
({% gh "#4165" %})
67+
</li>
68+
<li>
69+
2025-06-27:
70+
In the Introduction, linking directly to new supplemental guidance
71+
({% gh "#2296" %})
72+
</li>
73+
<li>
74+
2025-06-27:
75+
In the definitions for <a href="{{ trUrl }}#dfn-perimeter">perimeter</a> and <a href="{{ trUrl }}#dfn-single-pointer">single pointer</a>,
76+
removing the period incorrectly appearing at the end of the definition
77+
({% gh "#4359" %})
78+
</li>
79+
</ul>
5280
</section>
5381
</section>
5482

0 commit comments

Comments
 (0)