Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 67 additions & 1 deletion errata/21.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,73 @@ <h3>Substantive Errata</h3>
</section>
<section id="editorial-{{ trDate }}">
<h3>Editorial Errata</h3>
<p>No editorial errata have been recorded at present.</p>
<ul>
<li>
2025-05-15:
Correcting the alphabetical order of two definitions
({% gh "#4256" %})
</li>
<li>
2025-05-15:
Amend the definition of motion animation to _not_ exclude blurring
({% gh "#4040" %})
</li>
<li>
2025-05-15:
In the Introduction, link directly to new supplemental guidance
({% gh "#2296" %})
</li>
</ul>
</section>
</section>

{%- assign trDate = "2024-12-12" -%}
{%- capture trUrl -%}
https://www.w3.org/TR/{{ trDate | split: "-" | first }}/REC-WCAG{{ page.fileSlug }}-{{ trDate | replace: "-", "" }}/
{%- endcapture -%}
<section id="since-{{ trDate }}">
<h2>Errata since <a href="{{ trUrl }}">{{ trDate | date: "%d %B %Y" }} Publication</a></h2>
<section id="substantive-{{ trDate }}">
<h3>Substantive Errata</h3>
<p>No substantive errata have been recorded at present.</p>
</section>
<section id="editorial-{{ trDate }}">
<h3>Editorial Errata</h3>
<ul>
<li>
2024-11-19:
Making editorial changes to improve consistent use of the terms
"success criteria/criterion", "web", "website", and "web page"
({% gh "#4080" %})
</li>
<li>
2024-11-19:
In the definition for <a href="{{ trUrl }}#dfn-single-pointer">single pointer</a>,
updating to further enumerate interaction types and distinguish input modalities.
({% gh "#4070" %}, {% gh "#3536" %})
</li>
<li>
2024-11-19:
In <a href="{{ trUrl }}#input-purposes">7. Input Purposes for User Interface Components</a>,
correcting the word <span lang="fr">"dissement"</span> to <span lang="fr">"arrondissement"</span>.
({% gh "#4034" %})
</li>
<li>
2024-11-19:
In <a href="{{ trUrl }}#abstract">Abstract</a>, modifying language regarding devices.
({% gh "#3776" %})
</li>
<li>
2024-11-19:
In the definition for <a href="{{ trUrl }}#dfn-used-in-an-unusual-or-restricted-way">used in an unusual or restricted way</a>,
genericizing WCAG version reference from "2.1" to "2".
({% gh "#3707" %})
</li>
<li>
2024-11-19:
Making editorial changes to improve consistent use of definitions in the success criteria ({% gh "#3038" %})
</li>
</ul>
</section>
</section>

Expand Down
23 changes: 22 additions & 1 deletion errata/22.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,28 @@ <h3>Substantive Errata</h3>
</section>
<section id="editorial-{{ trDate }}">
<h3>Editorial Errata</h3>
<p>No editorial errata recorded at present.</p>
<ul>
<li>
2025-05-15:
Correcting the alphabetical order of two definitions
({% gh "#4256" %})
</li>
<li>
2025-05-15:
Amend the definition of motion animation to _not_ exclude blurring
({% gh "#4040" %})
</li>
<li>
2025-05-15:
Harmonise all occurrences of "breakpoint" to be one word
({% gh "#4165" %})
</li>
<li>
2025-05-15:
In the Introduction, link directly to new supplemental guidance
({% gh "#2296" %})
</li>
</ul>
</section>
</section>

Expand Down