Skip to content

Commit 9ce7d72

Browse files
Remove technique H59 (#2970)
the technique is out of date and has no real-world usefulness, since no major browser these days has any kind of `<link rel="...">` navigation toolbar. Closes #1234 Also x-ref #1077
1 parent ed0b926 commit 9ce7d72

File tree

18 files changed

+5
-285
lines changed

18 files changed

+5
-285
lines changed

techniques/html/H59.html

Lines changed: 0 additions & 85 deletions
This file was deleted.

understanding/20/location.html

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -107,20 +107,7 @@ <h3>Sufficient Techniques for Location</h3>
107107

108108
<li>
109109

110-
<p>
111-
112-
<a href="https://www.w3.org/WAI/WCAG21/Techniques/general/G127" class="general">Identifying a Web page's relationship to a larger collection of Web pages</a> using one of the following techniques:
113-
</p>
114-
115-
<ul>
116-
117-
<li>
118-
119-
<a href="https://www.w3.org/WAI/WCAG21/Techniques/html/H59" class="html">Using the link element and navigation tools</a>
120-
121-
</li>
122-
123-
</ul>
110+
<a href="https://www.w3.org/WAI/WCAG21/Techniques/general/G127" class="general">Identifying a Web page's relationship to a larger collection of Web pages</a>
124111

125112
</li>
126113

understanding/20/multiple-ways.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,6 @@ <h3>Additional Techniques (Advisory) for Multiple Ways</h3>
157157

158158
<ul>
159159

160-
<li>
161-
162-
<a href="https://www.w3.org/WAI/WCAG21/Techniques/html/H59" class="html">Using the link element and navigation tools</a>
163-
164-
</li>
165-
166160
<li>
167161

168162
<a href="https://www.w3.org/WAI/WCAG21/Techniques/pdf/PDF2" class="pdf"></a>

wcag20/Techniques/ua-notes/html.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>User Agent Support Notes for for HTML and XHTML Techniques</title></head><body><h1>User Agent Support Notes for HTML and XHTML Techniques</h1><p>This page documents user agent support notes for <a href="/TR/WCAG20-TECHS/html">HTML and XHTML Techniques</a>.</p><ul class="toc"><li class="toc"><a href="#H24"> Providing text alternatives for the area elements of image maps </a></li><li class="toc"><a href="#H27">Providing text and non-text alternatives for object
33
</a></li><li class="toc"><a href="#H28">Providing definitions for abbreviations by using the abbr and acronym elements</a></li><li class="toc"><a href="#H33">Supplementing link text with the title attribute</a></li><li class="toc"><a href="#H35"> Providing text alternatives on applet elements </a></li><li class="toc"><a href="#H44">Using label elements to associate text labels with form controls</a></li><li class="toc"><a href="#H45">Using longdesc</a></li><li class="toc"><a href="#H46">Using noembed with embed
4-
</a></li><li class="toc"><a href="#H48">Using ol, ul and dl for lists or groups of links</a></li><li class="toc"><a href="#H49">Using semantic markup to mark emphasized or special text</a></li><li class="toc"><a href="#H53">Using the body of the object element</a></li><li class="toc"><a href="#H57"> Using language attributes on the html element </a></li><li class="toc"><a href="#H58">Using language attributes to identify changes in the human language </a></li><li class="toc"><a href="#H59">Using the link element and navigation tools</a></li><li class="toc"><a href="#H60">Using the link element to link to a glossary</a></li><li class="toc"><a href="#H62">Using the ruby element</a></li><li class="toc"><a href="#H63">Using the scope attribute to associate header cells and data cells in data
4+
</a></li><li class="toc"><a href="#H48">Using ol, ul and dl for lists or groups of links</a></li><li class="toc"><a href="#H49">Using semantic markup to mark emphasized or special text</a></li><li class="toc"><a href="#H53">Using the body of the object element</a></li><li class="toc"><a href="#H57"> Using language attributes on the html element </a></li><li class="toc"><a href="#H58">Using language attributes to identify changes in the human language </a></li><li class="toc"><a href="#H60">Using the link element to link to a glossary</a></li><li class="toc"><a href="#H62">Using the ruby element</a></li><li class="toc"><a href="#H63">Using the scope attribute to associate header cells and data cells in data
55
tables</a></li><li class="toc"><a href="#H64">Using the title attribute of the frame and iframe elements</a></li><li class="toc"><a href="#H65">Using the title attribute to identify form controls when the label element
66
cannot be used</a></li><li class="toc"><a href="#H69">Providing heading elements at the beginning of each section of content</a></li><li class="toc"><a href="#H78">Identifying the purpose of a link using link text combined with its enclosing
77
paragraph</a></li><li class="toc"><a href="#H80">Identifying the purpose of a link using link text combined with the preceding
@@ -74,11 +74,7 @@
7474
</p></li><li><p>Most screen readers do not provide automatic notification about <code>em</code>, <code>strong</code>, <code>b</code>, or <code>i</code>.
7575
</p></li><li><p>JAWS contains support for <code>blockquote</code> and <code>cite</code>. WindowEyes contains support for <code>blockquote</code>, <code>q</code> and <code>cite</code>. </p></li><li><p>Firefox 1.0 (Windows) and higher, Opera 7.54 (Windows) and higher, Mozilla 1.7.3 (Windows) and higher automatically generate quotes around <code>q</code> elements, but Internet Explorer 6 for Windows does not.
7676
</p></li></ul></div></section><section id="H53"><h2><a href="http://www.w3.org/TR/WCAG20-TECHS/H53.html">H53</a>: Using the body of the object element</h2><div class="ua-issue"><p>This technique is not supported well by assistive technologies and cross-browser
77-
support is irregular.</p></div></section><section id="H57"><h2><a href="http://www.w3.org/TR/WCAG20-TECHS/H57.html">H57</a>: Using language attributes on the html element </h2><div class="ua-issue"><p>Additional subtags for region, script, variant or other aspects may lead to errors in language switching in older versions of some screenreaders.</p></div><div class="ua-issue"><p>JAWS 8.0 can be configured to change language automatically on the basis of the lang attribute. However, it only switches amongst major languages as indicated by the primary code. If a regional language variant is indicated with a language subcode, JAWS will use the default variant for which it is configured.</p></div></section><section id="H58"><h2><a href="http://www.w3.org/TR/WCAG20-TECHS/H58.html">H58</a>: Using language attributes to identify changes in the human language </h2><div class="ua-issue"><p>Additional subtags for region, script, variant or other aspects may lead to errors in language switching in older versions of some screenreaders.</p></div><div class="ua-issue"><p>JAWS 8.0 can be configured to change language automatically on the basis of the lang attribute. However, it only switches amongst major languages as indicated by the primary code. If a regional language variant is indicated with a language subcode, JAWS will use the default variant for which it is configured.</p></div></section><section id="H59"><h2><a href="http://www.w3.org/TR/WCAG20-TECHS/H59.html">H59</a>: Using the link element and navigation tools</h2><div class="ua-issue"><ul><li><p>The link element has inconsistent user agent and assistive technology support. </p></li><li><p>Some user agents provide an optional navigation bar which will display the
78-
information specified in the link element. Current versions of the Mozilla and Opera
79-
browsers provide this functionality. IE 6.0 and Firefox 1.5 do not offer this feature
80-
but it may be available through extensions or add-ons.</p><p>See <a href="//www.subotnik.net/html/link">The 'link'-Element in (X)HTML</a> for
81-
more information on browser support for <code>link</code>.</p></li></ul></div></section><section id="H60"><h2><a href="http://www.w3.org/TR/WCAG20-TECHS/H60.html">H60</a>: Using the link element to link to a glossary</h2><div class="ua-issue"><p>Some user agents provide an optional navigation bar which will display the
77+
support is irregular.</p></div></section><section id="H57"><h2><a href="http://www.w3.org/TR/WCAG20-TECHS/H57.html">H57</a>: Using language attributes on the html element </h2><div class="ua-issue"><p>Additional subtags for region, script, variant or other aspects may lead to errors in language switching in older versions of some screenreaders.</p></div><div class="ua-issue"><p>JAWS 8.0 can be configured to change language automatically on the basis of the lang attribute. However, it only switches amongst major languages as indicated by the primary code. If a regional language variant is indicated with a language subcode, JAWS will use the default variant for which it is configured.</p></div></section><section id="H58"><h2><a href="http://www.w3.org/TR/WCAG20-TECHS/H58.html">H58</a>: Using language attributes to identify changes in the human language </h2><div class="ua-issue"><p>Additional subtags for region, script, variant or other aspects may lead to errors in language switching in older versions of some screenreaders.</p></div><div class="ua-issue"><p>JAWS 8.0 can be configured to change language automatically on the basis of the lang attribute. However, it only switches amongst major languages as indicated by the primary code. If a regional language variant is indicated with a language subcode, JAWS will use the default variant for which it is configured.</p></div></section><section id="H60"><h2><a href="http://www.w3.org/TR/WCAG20-TECHS/H60.html">H60</a>: Using the link element to link to a glossary</h2><div class="ua-issue"><p>Some user agents provide an optional navigation bar which will display the
8278
information specified in the <code>link</code> element. Current versions of the Mozilla
8379
and Opera browsers provide this functionality. IE 6.0 and Firefox 1.5 do not offer
8480
this feature but it may be available through extensions or add-ons. See <a href="http://www.subotnik.net/html/link">The 'link'-Element in (X)HTML</a> for

wcag20/sources/techniques/aria.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,6 @@
463463
<p id="H56">placeholder for H56</p>
464464
<p id="H57">placeholder for H57</p>
465465
<p id="H58">placeholder for H58</p>
466-
<p id="H59">placeholder for H59</p>
467466
<p id="H60">placeholder for H60</p>
468467
<p id="H62">placeholder for H62</p>
469468
<p id="H63">placeholder for H63</p>

wcag20/sources/techniques/client-side-script.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@ Web Accessibility Initiative (WAI) to support WCAG 2.0.</p>
320320
<p id="H56">placeholder for H56</p>
321321
<p id="H57">placeholder for H57</p>
322322
<p id="H58">placeholder for H58</p>
323-
<p id="H59">placeholder for H59</p>
324323
<p id="H60">placeholder for H60</p>
325324
<p id="H62">placeholder for H62</p>
326325
<p id="H63">placeholder for H63</p>

wcag20/sources/techniques/css.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@ Web Accessibility Initiative (WAI) to support WCAG 2.0.</p>
337337
<p id="H56">placeholder for H56</p>
338338
<p id="H57">placeholder for H57</p>
339339
<p id="H58">placeholder for H58</p>
340-
<p id="H59">placeholder for H59</p>
341340
<p id="H60">placeholder for H60</p>
342341
<p id="H62">placeholder for H62</p>
343342
<p id="H63">placeholder for H63</p>

wcag20/sources/techniques/failures.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,6 @@
376376
<p id="H56">placeholder for H56</p>
377377
<p id="H57">placeholder for H57</p>
378378
<p id="H58">placeholder for H58</p>
379-
<p id="H59">placeholder for H59</p>
380379
<p id="H60">placeholder for H60</p>
381380
<p id="H62">placeholder for H62</p>
382381
<p id="H63">placeholder for H63</p>

wcag20/sources/techniques/general.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,6 @@
303303
<p id="H56">placeholder for H56</p>
304304
<p id="H57">placeholder for H57</p>
305305
<p id="H58">placeholder for H58</p>
306-
<p id="H59">placeholder for H59</p>
307306
<p id="H60">placeholder for H60</p>
308307
<p id="H62">placeholder for H62</p>
309308
<p id="H63">placeholder for H63</p>

wcag20/sources/techniques/html.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@
153153
<xi:include href="html/H56.xml"/>
154154
<xi:include href="html/H57.xml"/>
155155
<xi:include href="html/H58.xml"/>
156-
<xi:include href="html/H59.xml"/>
157156
<xi:include href="html/H60.xml"/>
158157
<xi:include href="html/H62.xml"/>
159158
<xi:include href="html/H63.xml"/>

0 commit comments

Comments
 (0)