steve: fixed broken link

steve: fixed broken link

http://dev.w3.org/cvsweb/html5/alt-techniques/Overview.html?r1=1.105&r2=1.106&f=h

===================================================================
RCS file: /sources/public/html5/alt-techniques/Overview.html,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -d -r1.105 -r1.106
--- Overview.html 15 May 2012 09:14:59 -0000 1.105
+++ Overview.html 15 May 2012 09:20:48 -0000 1.106
@@ -834,7 +834,7 @@
             </ul>
           </li>
           <li class="tocline"><a class="tocxref" href="#secm7"><span class="secno">4.3 </span>The <code>img</code> element <code>title</code> attribute</a></li>
-          <li class="tocline">4.4 <a href="#aria-roles">Use of ARIA roles</a></li>
+          <!--<li class="tocline">4.4 <a href="#aria-roles">Use of ARIA roles</a></li>-->
         </ul>
       </li>
       <li class="tocline"><a class="tocxref" href="#gloss"><span class="secno">5. </span>Glossary</a></li>
@@ -1832,18 +1832,18 @@
       <h3 id="hv"><span class="secno">4.3 </span>The <code>img</code> element <code>title</code> attribute</h3>
       <p>The <code>title</code> attribute <em title="must not" class="rfc2119">must not</em> be used to provide a text alternative for an image. The <code>title</code> attribute <em title="must not" class="rfc2119">must not</em> be used to provide a caption for an image, use the <code>figure</code> and <code>figcaption</code> elements to provide a caption, as described above.</p>
       <h5 id="note5">Note:</h5>
-      <p class="note1">The use of title attribute to markup content that is intended to be available to all users is forbidden, because its use in this context results in content being hidden from keyboard only and touch device users and less usable/unusable for users with cognitive, fine motor skill or vision impairments. This is a willful violation of<span class="note11"><a href="#bib-HTMLLS">HTML Living Standard</a>,</span>which allows use of the title attribute as a caption for an image despite its known issues.</p>
+      <p class="note1">The use of title attribute to markup content that is intended to be available to all users is forbidden, because its use in this context results in content being hidden from keyboard only and touch device users and less usable/unusable for users with cognitive, fine motor skill or vision impairments. This is a willful violation of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content-1.html#guidance-for-conformance-checkers">HTML Living Standard</a>, which allows use of the title attribute as a caption for an image despite its known issues.</p>
     </div>
   </div>
   <h5 id="further2">Further Information </h5>
   <p><a href="http://www.paciellogroup.com/blog/2010/11/using-the-html-title-attribute/">Using the HTML title attribute</a></p>
-  <h3 id="ariamethods">WAI-ARIA methods</h3>
+  <!--<h3 id="ariamethods">WAI-ARIA methods</h3>
   <h3 id="aria-roles">4.4 Use of ARIA roles</h3>
   <h4 id="role-group">4.41 role=group</h4>
   <p class="note1">to do</p>
   <h4 id="role-img">4.41 role=img</h4>
   <p class="note1">to do</p>
-  <p>&nbsp;</p>
+  <p>&nbsp;</p>-->
   <hr>
   <div class="section" id="gloss">
     <!--OddPage-->

Received on Tuesday, 15 May 2012 09:21:10 UTC