hixie: Mention ARIA in table of contents, for easier scanning. (whatwg r3946)

hixie: Mention ARIA in table of contents, for easier scanning. (whatwg
r3946)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3107&r2=1.3108&f=h
http://html5.org/tools/web-apps-tracker?from=3945&to=3946

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3107
retrieving revision 1.3108
diff -u -d -r1.3107 -r1.3108
--- Overview.html 21 Sep 2009 23:55:36 -0000 1.3107
+++ Overview.html 21 Sep 2009 23:57:30 -0000 1.3108
@@ -458,7 +458,7 @@
          <li><a href="#interactive-content-0"><span class="secno">3.2.5.1.7 </span>Interactive content</a></ol></li>
        <li><a href="#transparent-content-models"><span class="secno">3.2.5.2 </span>Transparent content models</a></li>
        <li><a href="#paragraphs"><span class="secno">3.2.5.3 </span>Paragraphs</a></ol></li>
-     <li><a href="#annotations-for-assistive-technology-products"><span class="secno">3.2.6 </span>Annotations for assistive technology products</a></ol></li>
+     <li><a href="#annotations-for-assistive-technology-products-aria"><span class="secno">3.2.6 </span>Annotations for assistive technology products (ARIA)</a></ol></li>
    <li><a href="#apis-in-html-documents"><span class="secno">3.3 </span>APIs in HTML documents</a></li>
    <li><a href="#interactions-with-xpath-and-xslt"><span class="secno">3.4 </span>Interactions with XPath and XSLT</a></li>
    <li><a href="#dynamic-markup-insertion"><span class="secno">3.5 </span>Dynamic markup insertion</a>
@@ -6987,7 +6987,7 @@
   actually have an <code title="">xmlns</code> attribute in no
   namespace specified.<hr><p>To enable assistive technology products to expose a more
   fine-grained interface than is otherwise possible with HTML elements
-  and attributes, a set of <a href="#annotations-for-assistive-technology-products">annotations for assistive technology
+  and attributes, a set of <a href="#annotations-for-assistive-technology-products-aria">annotations for assistive technology
   products</a> can be specified.<h5 id="the-id-attribute"><span class="secno">3.2.3.1 </span>The <dfn title="attr-id"><code>id</code></dfn> attribute</h5><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i><p>The <code title="attr-id"><a href="#the-id-attribute">id</a></code> attribute specifies its
   element's <dfn id="concept-id" title="concept-id">unique identifier (ID)</dfn>. The
   value must be unique amongst all the IDs in the element's <a href="#home-subtree">home
@@ -7967,7 +7967,7 @@
    <p>To avoid this confusion, explicit <code><a href="#the-p-element">p</a></code> elements can be
    used.</p>
 
-  </div><h4 id="annotations-for-assistive-technology-products"><span class="secno">3.2.6 </span><dfn>Annotations for assistive technology products</dfn></h4><p class="XXX annotation"><b>Status: </b><i>First draft. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/14">ISSUE-14</a> (aria-role) and <a href="http://www.w3.org/html/wg/tracker/issues/35">ISSUE-35</a> (aria-processing) block progress to Last Call</span><p>Authors may use the ARIA <code title="attr-aria-role">role</code>
+  </div><h4 id="annotations-for-assistive-technology-products-aria"><span class="secno">3.2.6 </span><dfn>Annotations for assistive technology products</dfn> (ARIA)</h4><p>Authors may use the ARIA <code title="attr-aria-role">role</code>
   and <code title="attr-aria-*">aria-*</code> attributes on <a href="#html-elements">HTML
   elements</a>, in accordance with the requirements described in
   the ARIA specifications, except where these conflict with the

Received on Monday, 21 September 2009 23:58:27 UTC