@@ -51,6 +51,82 @@ <h3>Editorial Errata</h3>
51
51
< p > No editorial errata recorded at present.</ p >
52
52
</ section >
53
53
</ section >
54
+
55
+ {%- assign trDate = "2023-10-05" -%}
56
+ {%- capture trUrl -%}
57
+ https://www.w3.org/TR/{{ trDate | split: "-" | first }}/REC-WCAG{{ page.fileSlug }}-{{ trDate | replace: "-", "" }}/
58
+ {%- endcapture -%}
59
+ < section id ="since-{{ trDate }} ">
60
+ < h2 > Errata since < a href ="{{ trUrl }} "> {{ trDate | date: "%d %B %Y" }} Publication</ a > </ h2 >
61
+ < section id ="substantive-{{ trDate }} ">
62
+ < h3 > Substantive Errata</ h3 >
63
+ < p > No substantive errata have been recorded at present.</ p >
64
+ </ section >
65
+ < section id ="editorial-{{ trDate }} ">
66
+ < h3 > Editorial Errata</ h3 >
67
+ < ul >
68
+ < li >
69
+ 2024-11-22:
70
+ Modifying visual presentation for content identified as New
71
+ ({% gh "#1481" %}, {% gh "#4145" %})
72
+ </ li >
73
+ < li >
74
+ 2024-11-19:
75
+ Making editorial changes to improve consistent use of the terms
76
+ "success criteria/criterion", "web", "website", and "web page"
77
+ ({% gh "#4080" %})
78
+ </ li >
79
+ < li >
80
+ 2024-11-19:
81
+ In the definition for < a href ="{{ trUrl }}#dfn-single-pointer "> single pointer</ a > ,
82
+ updating to further enumerate interaction types and distinguish input modalities.
83
+ ({% gh "#4070" %}, {% gh "#3536" %})
84
+ </ li >
85
+ < li >
86
+ 2024-11-19:
87
+ In < a href ="{{ trUrl }}#input-purposes "> 7. Input Purposes for User Interface Components</ a > ,
88
+ correcting the word < span lang ="fr "> "dissement"</ span > to < span lang ="fr "> "arrondissement"</ span > .
89
+ ({% gh "#4034" %})
90
+ </ li >
91
+ < li >
92
+ 2024-11-19:
93
+ In the definition for < a href ="{{ trUrl }}#dfn-cognitive-function-test "> cognitive function test</ a > ,
94
+ updating the term from uppercase to lowercase.
95
+ ({% gh "#3943" %})
96
+ </ li >
97
+ < li >
98
+ 2024-11-19:
99
+ In < a href ="{{ trUrl }}#abstract "> Abstract</ a > , modifying language regarding devices.
100
+ ({% gh "#3776" %})
101
+ </ li >
102
+ < li >
103
+ 2024-11-19:
104
+ In < a href ="{{ trUrl }}#accessible-authentication-minimum "> 3.3.8 Accessible Authentication (Minimum)</ a >
105
+ and the definitions for < a href ="{{ trUrl }}#dfn-change-of-context "> change of context</ a > ,
106
+ < a href ="{{ trUrl }}#dfn-general-flash-and-red-flash-thresholds "> general flash and red flash thresholds</ a > , and
107
+ < a href ="{{ trUrl }}#dfn-structure "> structure</ a > , changing ordered lists to unordered lists when no order is intended.
108
+ ({% gh "#3756" %})
109
+ </ li >
110
+ < li >
111
+ 2024-11-19:
112
+ In the definition for < a href ="{{ trUrl }}#dfn-used-in-an-unusual-or-restricted-way "> used in an unusual or restricted way</ a > ,
113
+ genericizing WCAG version reference from "2.1" to "2".
114
+ ({% gh "#3707" %})
115
+ </ li >
116
+ < li >
117
+ 2024-11-19: Removing the defunct "encloses" definition. ({% gh "#3636" %})</ li >
118
+ < li >
119
+ 2024-11-19:
120
+ In < a href ="{{ trUrl }}#target-size-minimum "> 2.5.8 Target Size (Minimum)</ a > , updating formatting, grammar, and punctuation of exceptions.
121
+ ({% gh "#3189" %})
122
+ </ li >
123
+ < li >
124
+ 2024-11-19:
125
+ Making editorial changes to improve consistent use of definitions in the success criteria ({% gh "#3038" %})
126
+ </ li >
127
+ </ ul >
128
+ </ section >
129
+ </ section >
54
130
</ main >
55
131
</ body >
56
132
</ html >
0 commit comments