Skip to content

Commit

Permalink
Merge pull request #211 from w3c/issue_185
Browse files Browse the repository at this point in the history
add allowed roles for nav element
  • Loading branch information
scottaohara authored Aug 6, 2020
2 parents 294e90e + fb98a11 commit 9f5c107
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions html-aria/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1863,6 +1863,15 @@ <h2 id="docconformance">
<code>role=<a href="#index-aria-navigation">navigation</a></code>
</td>
<td>
<p>
Roles:
<a href="#index-aria-group">`group`</a>,
<a href="#index-aria-menu">`menu`</a>,
<a href="#index-aria-menubar">`menubar`</a>,
<a href="#index-aria-none">`none`</a>,
<a href="#index-aria-presentation">`presentation`</a>
or <a href="#index-aria-tablist">`tablist`</a>.
</p>
<p>
DPub Roles:
<a data-cite="dpub-aria-1.0#doc-index">`doc-index`</a>,
Expand All @@ -1871,7 +1880,8 @@ <h2 id="docconformance">
</p>
<p>
<a href="#index-aria-global">Global `aria-*` attributes</a> and
any `aria-*` attributes applicable to the `navigation` role.
any `aria-*` attributes applicable to the allowed roles and
implied role (if any).
</p>
</td>
</tr>
Expand Down Expand Up @@ -5232,8 +5242,7 @@ <h2>
</td>
<td>
An option item of a tree. This is an element within a tree that
may be expanded or collapsed if it contains a sub-level group of
treeitems.
may be expanded or collapsed if it contains a sub-level group of treeitems.
</td>
<td>
none
Expand Down

0 comments on commit 9f5c107

Please sign in to comment.