Skip to content

Commit

Permalink
Fixes #117
Browse files Browse the repository at this point in the history
  • Loading branch information
carmacleod committed Oct 24, 2018
1 parent dfdfc6a commit eafaaac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ <h2 id="docconformance">Document conformance requirements for use of ARIA attrib
</TR>
<TR id="footer" tabindex="-1">
<TD><code><a href="https://www.w3.org/TR/html/sections.html#the-footer-element">footer</a> </code>
<TD>If not a descendant of an <code>article</code>, <code>aside</code>, <code>main</code>, <code>nav</code> - <span class="changed-feature">(changed)</span> or <code>section</code> element <code>role=<a href="#index-aria-contentinfo">contentinfo</a></code>, otherwise <a>No corresponding role</a></TD>
<TD>If not a descendant of an <code>article</code>, <code>aside</code>, <code>main</code>, <code>nav</code> <span class="changed-feature">(changed)</span> or <code>section</code> element or an element with <code>role=article</code>, <code>complimentary</code>, <code>main</code>, <code>navigation</code> or <code>region</code> <code>role=<a href="#index-aria-contentinfo">contentinfo</a></code>, otherwise <a>No corresponding role</a></TD>
<TD><p>Roles: <code><a href="#index-aria-group">group</a></code>, <code> <a href="#index-aria-none">none</a> </code>or <code><a href="#index-aria-presentation">presentation</a></code></p>
<p>DPub Roles: <a href="https://www.w3.org/TR/dpub-aria-1.0/#doc-footnote"><code>doc-footnote</code></a> - <span class="new-feature">(new)</span></p>
<p><a href="#index-aria-global">global <code>aria-*</code> attributes</a> and any <code>aria-*</code> attributes applicable to the
Expand Down Expand Up @@ -273,7 +273,7 @@ <h2 id="docconformance">Document conformance requirements for use of ARIA attrib
</TR>
<TR id="header" tabindex="-1">
<TD><a href="https://www.w3.org/TR/html/sections.html#the-header-element"><code>header</code></a>
<TD>If not a descendant of an <code>article</code>, <code>aside</code>, <code>main</code>, <code>nav</code> - <span class="changed-feature">(changed)</span> or <code>section</code> element <code>role=<a href="#index-aria-banner">banner</a></code>, otherwise <a>No corresponding role</a></TD>
<TD>If not a descendant of an <code>article</code>, <code>aside</code>, <code>main</code>, <code>nav</code> <span class="changed-feature">(changed)</span> or <code>section</code> element or an element with <code>role=article</code>, <code>complimentary</code>, <code>main</code>, <code>navigation</code> or <code>region</code> <code>role=<a href="#index-aria-banner">banner</a></code>, otherwise <a>No corresponding role</a></TD>
<TD><p>Roles: <a href="#index-aria-group"><code>group</code></a>, <code><a href="#index-aria-none">none</a></code> or <a href="#index-aria-presentation"><code>presentation</code></a></p>
<p>DPub Role: <a href="https://www.w3.org/TR/dpub-aria-1.0/#doc-footnote"><code>doc-footnote</code></a> - <span class="new-feature">(new)</span></p>
<p><a href="#index-aria-global">global <code>aria-*</code> attributes</a> and any <code>aria-*</code> attributes applicable to the
Expand Down

0 comments on commit eafaaac

Please sign in to comment.