Skip to content

Commit 78d0533

Browse files
Replace straggler WAI/WCAG21 links to WAI/WCAG22 (#4564)
Closes #3635 --------- Co-authored-by: Mike Gower <mikegower@gmail.com>
1 parent a8cb5cd commit 78d0533

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
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>
25-
<p>In HTML5 the <code>frame</code> element is marked as obsolete.</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>
25+
<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">
2828

techniques/html/H73.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
elements and to conform to the coding practice of separating presentation from content.
2626
However, if a layout table is used, then the <code>summary</code> attribute is not used or
2727
is null. The purpose of a layout table is simply to control the placement of content;
28-
the table itself is “transparent" to the user. A <code>summary</code> would “break" this
29-
transparency by calling attention to the table. A null <code>summary</code>
30-
(<code>summary</code>="") on layout tables is acceptable. See <a href="https://www.w3.org/WAI/WCAG21/Techniques/failures/F46">F46</a> for details.</p>
28+
the table itself is “transparent" to the user. A <code class="att">summary</code> would “break" this
29+
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/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>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>

0 commit comments

Comments
 (0)