Skip to content

Commit

Permalink
[e] (0) Mention ARIA in table of contents, for easier scanning.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7472

git-svn-id: http://svn.whatwg.org/webapps@3946 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 22, 2009
1 parent d57e571 commit 0ec6dbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,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>
Expand Down Expand Up @@ -7741,7 +7741,7 @@ interface <dfn id=htmlunknownelement>HTMLUnknownElement</dfn> : <a href=#htmlele

<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.</p>


Expand Down Expand Up @@ -8987,7 +8987,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0



<h4 id=annotations-for-assistive-technology-products><span class=secno>3.2.6 </span><dfn>Annotations for assistive technology products</dfn></h4>
<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
Expand Down
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -9190,7 +9190,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0



<h4><dfn>Annotations for assistive technology products</dfn></h4>
<h4><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 <span>HTML
Expand Down

0 comments on commit 0ec6dbd

Please sign in to comment.