Skip to content

Commit b9cd498

Browse files
authored
2024 post publication fixes (#4172)
1 parent 23d8ce8 commit b9cd498

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

guidelines/index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -792,19 +792,19 @@ <h2>Change Log</h2>
792792
<li>2022-03-22: Added <a href="#focus-not-obscured-minimum">Focus Not Obscured (Minimum)</a>.</li>
793793
<li>2022-05-30: Added <a href="#focus-not-obscured-enhanced">Focus Not Obscured (Enhanced)</a>.</li>
794794
<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>
795+
<li>2024-12-1w: 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>
808808
</ul>
809809
</section>
810810
<section class="appendix informative section" id="acknowledgements">

guidelines/input-purposes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h2>Input Purposes for User Interface Components</h2>
2929
<li><code class="language-html">address-level1</code> - The broadest administrative level in the address, i.e., the province within which the locality is found; for example, in the US, this would be the state; in Switzerland it would be the canton; in the UK, the post town</li>
3030
<li><code class="language-html">country</code> - Country code</li>
3131
<li><code class="language-html">country-name</code> - Country name</li>
32-
<li><code class="language-html">postal-code</code> - Postal code, post code, ZIP code, CEDEX code (if CEDEX, append "CEDEX", and the <i lang="fr">dissement</i>, if relevant, to the <code class="language-html">address-level2</code> field)</li>
32+
<li><code class="language-html">postal-code</code> - Postal code, post code, ZIP code, CEDEX code (if CEDEX, append "CEDEX", and the <i lang="fr">arrondissement</i>, if relevant, to the <code class="language-html">address-level2</code> field)</li>
3333
<li><code class="language-html">cc-name</code> - Full name as given on the payment instrument</li>
3434
<li><code class="language-html">cc-given-name</code> - Given name as given on the payment instrument (in some Western cultures, also known as the <i>first name</i>)</li>
3535
<li><code class="language-html">cc-additional-name</code> - Additional names given on the payment instrument (in some Western cultures, also known as <i>middle names</i>, forenames other than the first name)</li>

0 commit comments

Comments
 (0)