Skip to content
Merged
Changes from all 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: 68 additions & 0 deletions errata/21.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,74 @@ <h3>Editorial Errata</h3>
<p>No editorial errata have been recorded at present.</p>
</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>
2025-03-20:
Making editorial changes to improve consistent use of the terms
"success criteria/criterion", "web", "website", and "web page"
({% gh "d920ac2" %})
</li>
<li>
2025-03-20:
In the definition for <a href="{{ trUrl }}#dfn-single-pointer">single pointer</a>,
updating to further enumerate interaction types and distinguish input modalities.
({% gh "cec6f8e" %}, {% gh "e51f2b1" %})
</li>
<li>
2025-03-20:
In <a href="{{ trUrl }}#abstract">Abstract</a>, modifying language regarding devices.
({% gh "13b37d7" %})
</li>
<li>
2025-03-20:
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 "9bfa2aa" %})
</li>
<li>
2025-03-20:
Making editorial changes to improve consistent use of definitions in the success criteria
({% gh "8a5e642" %}, {% gh "e3ff8cd" %})
</li>
</ul>
</section>
</section>

{%- assign trDate = "2023-09-21" -%}
{%- 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>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest adding something like ", first publication as final W3C Technical Report" but I defer to your and Kevin's judgment on that.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am confused by this comment:

  • The 2023 republication, which this is commenting on, is not the first publication of the recommendation
  • Is "Technical Report" distinct from "Recommendation"?

<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:
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 "2dd3043" %})
</li>
</ul>
</section>
</section>

{%- assign trDate = "2018-06-05" -%}
{%- capture trUrl -%}
Expand Down