Skip to content

Commit

Permalink
update section role mapping
Browse files Browse the repository at this point in the history
fixes #64
  • Loading branch information
stevefaulkner committed Apr 17, 2017
1 parent 39b4d30 commit ca22070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ <h2 id="docconformance">Document conformance requirements for use of ARIA attrib
</TR>
<TR id="section" tabindex="-1">
<TD><a href="https://www.w3.org/TR/html/sections.html#the-section-element"><code>section</code></a>
<TD><code>role=<a href="#index-aria-region">region</a></code></TD>
<TD><code>role=<a href="#index-aria-region">region</a></code> if the <a href="https://www.w3.org/TR/html/sections.html#the-section-element">section</a> element has an <a href="https://w3c.github.io/html-aam/#dfn-accessible-name" data-link-type="dfn">accessible name</a>. Otherwise, <a>no corresponding role</a>.</TD>
<TD><p>Role: <code><a href="#index-aria-alert">alert</a>, <a href="#index-aria-alerTDialog">alertdialog</a>, <a href="#index-aria-application">application</a>, <a href="#index-aria-banner">banner</a>, <a href="#index-aria-complementary">complementary</a>, <a href="#index-aria-contentinfo">contentinfo</a>, <a href="#index-aria-dialog">dialog</a>, <a href="#index-aria-document">document</a>,<a href="#index-aria-feed">feed</a></code> - <span class="new-feature">(new)</span>, <code><a href="#index-aria-log">log</a>, <a href="#index-aria-main">main</a>, <a href="#index-aria-marquee">marquee</a>, <a href="#index-aria-navigation">navigation</a>, <a href="#index-aria-search">search</a>, <a href="#index-aria-status">status</a></code> or <code><a href="#index-aria-tabpanel">tabpanel</a></code> - <span class="changed-feature">(changed)</span></p>
<p><a href="#index-aria-global">global <code>aria-*</code> attributes</a> and any <code>aria-*</code> attributes applicable to the
allowed roles</p></TD>
Expand Down

0 comments on commit ca22070

Please sign in to comment.