Skip to content

Commit

Permalink
Merge branch 'gh-pages' into remove_button_type_menu
Browse files Browse the repository at this point in the history
  • Loading branch information
stevefaulkner committed Sep 29, 2019
2 parents eadb48e + d89b738 commit f1d6be8
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions index.html
Expand Up @@ -121,7 +121,7 @@ <h2 id="docconformance">
indicate new (in ARIA 1.1) or changed (between ARIA 1.0/1.1) ARIA
roles, states and properties
</p>
<table class="simple">
<table class="simple">
<caption>
Rules of ARIA attributes usage by HTML language feature
</caption>
Expand Down Expand Up @@ -256,7 +256,7 @@ <h2 id="docconformance">
<td><p> <strong class="nosupport">No `role`</strong> </p>
<p> <a href="#index-aria-global">global `aria-*` attributes</a> and
any `aria-*` attributes applicable to the allowed roles and
implied role (if any) </p></td>
implied role (if any)</p></td>
</tr>
<tr id="article" tabindex="-1">
<td>
Expand Down Expand Up @@ -1735,9 +1735,11 @@ <h2 id="docconformance">
</td>
<td>
<code>role=<a href="#index-aria-list">list</a></code>
<p><b>Note</b> that some UAs may suppress a list's semantics if its list
markers have been removed. Authors MAY add `role="list"` to reinstate
the `list` role, in such situations.</p>
<p>
<b>Note</b> that some user agents suppress a list's
<a>implicit ARIA semantics</a> if list markers are removed.
Authors can use `role="list"` to reinstate the role, if necessary.
</p>
</td>
<td>
<p>
Expand Down Expand Up @@ -2264,11 +2266,13 @@ <h2 id="docconformance">
</td>
<td>
<code>role=<a href="#index-aria-list">list</a></code>
<p><b>Note</b> that some UAs may suppress a list's semantics if its list
markers have been removed. Authors MAY add `role="list"` to reinstate
the `list` role, in such situations.</p>
</td>
<td>
<p>
<b>Note</b> that some user agents suppress a list's
<a>implicit ARIA semantics</a> if list markers are removed.
Authors can use `role="list"` to reinstate the role, if necessary.
</p>
<p>
Role: <code><a href="#index-aria-directory">directory</a>,
<a href="#index-aria-group">group</a>, <a href=
Expand Down

0 comments on commit f1d6be8

Please sign in to comment.