Skip to content

Commit 2dd3043

Browse files
authored
2024 publication fixes (#4173)
1 parent 041d2fc commit 2dd3043

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

guidelines/index.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,17 @@ <h1>Glossary</h1>
727727
<section class="appendix" id="changelog">
728728
<h2>Change Log</h2>
729729
<p>This section shows changes for WCAG 2.1 since its publication as a W3C Recommendation. These changes are also recorded as <a href="https://www.w3.org/WAI/WCAG21/errata/">errata</a>.</p>
730+
731+
<p>Changes since the <a href="https://www.w3.org/TR/2023/REC-WCAG21-20230921/">W3C Recommendation of 21 September 2018</a>:</p>
732+
<ul>
733+
<li>modified the formatting of definitions for <a>changes of context</a>, <a>general flash and red flash thresholds</a>, and <a>structure</a></li>
734+
<li>corrected typo in <a href="#input-purposes">input purposes</a> list</li>
735+
<li>modified the visual presentation for content identified as New</li>
736+
<li>modified the language covering devices in the <a href="#abstract">Abstract</a></li>
737+
<li>made editorial changes to improve consistent use of definitions in the success criteria</li>
738+
<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>
739+
</ul>
740+
730741
<p>Changes since the <a href="https://www.w3.org/TR/2018/REC-WCAG21-20180605/">W3C Recommendation of 05 June 2018</a>:</p>
731742
<ul>
732743
<li>In the <a href="https://www.w3.org/TR/WCAG21/#sotd">Status of This Document</a> the paragraph beginning "This document has been reviewed by W3C Members..." appears twice. The first instance of this paragraph has been removed.</li>
@@ -745,7 +756,7 @@ <h2>Change Log</h2>
745756
<li>In the <a href="https://www.w3.org/TR/WCAG21/#dfn-relative-luminance">definition of relative luminance</a>, the red threshold was updated from 0.03928 to 0.04045.</li>
746757
<li>In <a href="https://www.w3.org/TR/WCAG21/#parsing">4.1.1 Parsing</a> one note was deleted, and two notes were added, including: "This Success Criterion should be considered as always satisfied for any content using HTML or XML."</li>
747758
</ul>
748-
<p>The full <a href="https://github.com/w3c/wcag/commits/master/guidelines">commit history to WCAG 2.1</a> is available.</p>
759+
<p>The full <a href="https://github.com/w3c/wcag/commits/WCAG-2.1/guidelines">commit history to WCAG 2.1</a> is available.</p>
749760
</section>
750761
<section class="appendix informative section" id="acknowledgements">
751762
<h3>Acknowledgments</h3>

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><strong>address-level1</strong> - 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><strong>country</strong> - Country code</li>
3131
<li><strong>country-name</strong> - Country name</li>
32-
<li><strong>postal-code</strong> - Postal code, post code, ZIP code, CEDEX code (if CEDEX, append "CEDEX", and the <i lang="fr">dissement</i>, if relevant, to the <strong>address-level2</strong> field)</li>
32+
<li><strong>postal-code</strong> - Postal code, post code, ZIP code, CEDEX code (if CEDEX, append "CEDEX", and the <i lang="fr">arrondissement</i>, if relevant, to the <strong>address-level2</strong> field)</li>
3333
<li><strong>cc-name</strong> - Full name as given on the payment instrument</li>
3434
<li><strong>cc-given-name</strong> - Given name as given on the payment instrument (in some Western cultures, also known as the <i>first name</i>)</li>
3535
<li><strong>cc-additional-name</strong> - 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>

guidelines/respec-config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var respecConfig = {
88
permalinkHide: false,
99
tocIntroductory: true,
1010
// specification status (e.g., WD, LC, NOTE, etc.). If in doubt use ED.
11-
specStatus: "REC",
11+
specStatus: "ED",
1212
//crEnd: "2012-04-30",
1313
//perEnd: "2013-07-23",
1414
publishDate: "2024-12-12",
@@ -48,7 +48,6 @@ var respecConfig = {
4848
editors: [
4949
{
5050
name: "Andrew Kirkpatrick",
51-
mailto: "akirkpat@adobe.com",
5251
company: "Adobe",
5352
companyURI: "http://www.adobe.com/",
5453
w3cid: 39770,

0 commit comments

Comments
 (0)