Skip to content

Commit 47e948f

Browse files
committed
Replace straggler WAI/WCAG21 links to WAI/WCAG22
Closes #3635
1 parent 83495d5 commit 47e948f

File tree

11 files changed

+14
-14
lines changed

11 files changed

+14
-14
lines changed

guidelines/terms/20/accessibility-supported.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
<p class="note">The Accessibility Guidelines Working Group and the W3C do not specify which or how much support by assistive
8282
technologies there must be for a particular use of a web technology in order for it
83-
to be classified as accessibility supported. (See <a href="https://www.w3.org/WAI/WCAG21/Understanding/conformance#support-level">Level of Assistive Technology Support Needed for "Accessibility Support"</a>.)
83+
to be classified as accessibility supported. (See <a href="https://www.w3.org/WAI/WCAG22/Understanding/conformance#support-level">Level of Assistive Technology Support Needed for "Accessibility Support"</a>.)
8484
</p>
8585

8686
<p class="note">Web technologies can be used in ways that are not accessibility supported as long
@@ -100,7 +100,7 @@
100100

101101
<p class="note">One way for authors to locate uses of a technology that are accessibility supported
102102
would be to consult compilations of uses that are documented to be accessibility supported.
103-
(See <a href="https://www.w3.org/WAI/WCAG21/Understanding/conformance#documented-lists">Understanding Accessibility-Supported Web Technology Uses</a>.) Authors, companies, technology vendors, or others may document accessibility-supported
103+
(See <a href="https://www.w3.org/WAI/WCAG22/Understanding/conformance#documented-lists">Understanding Accessibility-Supported Web Technology Uses</a>.) Authors, companies, technology vendors, or others may document accessibility-supported
104104
ways of using web content technologies. However, all ways of using technologies in
105105
the documentation would need to meet the definition of accessibility-supported Web
106106
content technologies above.

guidelines/terms/20/conforming-alternate-version.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@
6464
the preferences is accessibility supported.
6565
</p>
6666

67-
<p>See <a href="https://www.w3.org/WAI/WCAG21/Understanding/conformance#conforming-alt-versions">Understanding Conforming Alternate Versions</a></p>
67+
<p>See <a href="https://www.w3.org/WAI/WCAG22/Understanding/conformance#conforming-alt-versions">Understanding Conforming Alternate Versions</a></p>
6868

6969
</dd>

guidelines/terms/20/text-alternative.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
text alternative for the chart indicates that a description follows.
1111
</p></aside>
1212

13-
<p class="note">Refer to <a href="https://www.w3.org/WAI/WCAG21/Understanding/conformance#text-alternatives">Understanding Text Alternatives</a> for more information.
13+
<p class="note">Refer to <a href="https://www.w3.org/WAI/WCAG22/Understanding/conformance#text-alternatives">Understanding Text Alternatives</a> for more information.
1414
</p>
1515

1616
</dd>

techniques/html/H4.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<p>HTML and XHTML</p>
77
</section><section id="description"><h2>Description</h2>
88
<p>The objective of this technique is to provide a logical tab order when the default tab
9-
order does not suffice. Often, <a href="https://www.w3.org/WAI/WCAG21/Techniques/general/G59">placing the
9+
order does not suffice. Often, <a href="https://www.w3.org/WAI/WCAG22/Techniques/general/G59">placing the
1010
interactive elements in an order that follows sequences and relationships within the
1111
content</a> is sufficient and this technique is not necessary. It can be very easy
1212
to introduce usability bugs when setting the tab order explicitly.</p>

techniques/html/H70.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<p>This technique is appropriate when framesets are already used to organize the content
2222
of the page; other techniques are preferred for pages that are not already using
2323
framesets, because many people using assistive technology have trouble with frames . An
24-
advisory technique about using noframes is available in <a href="https://www.w3.org/WAI/WCAG21/Understanding/non-text-content">Success Criterion 1.1.1</a>. </p>
24+
advisory technique about using noframes is available in <a href="https://www.w3.org/WAI/WCAG22/Understanding/non-text-content">Success Criterion 1.1.1</a>. </p>
2525
<p>In HTML5 the <code class="el">frame</code> element is marked as obsolete.</p>
2626
</section><section id="examples"><h2>Examples</h2>
2727
<section class="example">

techniques/html/H73.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
is null. The purpose of a layout table is simply to control the placement of content;
2828
the table itself is “transparent" to the user. A <code class="att">summary</code> would “break" this
2929
transparency by calling attention to the table. A null <code class="att">summary</code>
30-
(<code class="att">summary</code>="") on layout tables is acceptable. See <a href="https://www.w3.org/WAI/WCAG21/Techniques/failures/F46">F46</a> for details.</p>
30+
(<code class="att">summary</code>="") on layout tables is acceptable. See <a href="https://www.w3.org/WAI/WCAG22/Techniques/failures/F46">F46</a> for details.</p>
3131
</div>
3232
</section><section id="examples"><h2>Examples</h2>
3333
<section class="example">

techniques/html/H74.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h2>Resources</h2>
6262
<a href="https://html.spec.whatwg.org/multipage/syntax.html#the-doctype">HTML - The <code class="language-html">doctype</code></a>.
6363
</li>
6464
<li>
65-
<a href="https://www.w3.org/WAI/WCAG21/Techniques/general/G134">Validating web pages</a>.
65+
<a href="https://www.w3.org/WAI/WCAG22/Techniques/general/G134">Validating web pages</a>.
6666
</li>
6767
<li>
6868
<a href="https://validator.w3.org/nu/">The W3C's Nu HTML Checker</a>.

techniques/html/H75.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h3></h3>
7575
Entities</a> in Extensible Markup Language (XML) 1.1, W3C Recommendation 04
7676
February 2004.</li>
7777
</ul>
78-
<p> For other resources, see <a href="https://www.w3.org/WAI/WCAG21/Techniques/general/G134">Validating web
78+
<p> For other resources, see <a href="https://www.w3.org/WAI/WCAG22/Techniques/general/G134">Validating web
7979
pages</a>. </p>
8080

8181
</section></body></html>

techniques/html/H88.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h2>Related Techniques</h2>
5656
<li><a href="../html/H75">H75</a></li>
5757
</ul></section><section id="resources"><h2>Resources</h2>
5858

59-
<p>Refer to the resources section of <a href="https://www.w3.org/WAI/WCAG21/Techniques/general/G134">Validating web
59+
<p>Refer to the resources section of <a href="https://www.w3.org/WAI/WCAG22/Techniques/general/G134">Validating web
6060
pages</a>. </p>
6161

6262
</section></body></html>

understanding/20/parsing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ <h3>Sufficient Techniques for Parsing</h3>
160160

161161
<li>
162162

163-
<a href="https://www.w3.org/WAI/WCAG21/Techniques/html/H75" class="html">Ensuring that
163+
<a href="https://www.w3.org/WAI/WCAG22/Techniques/html/H75" class="html">Ensuring that
164164
web pages are well-formed
165165
</a>
166166

0 commit comments

Comments
 (0)