Skip to content

Commit

Permalink
revisions / updates to the PR
Browse files Browse the repository at this point in the history
incorporates feedback from steve and sarah.  includes language "the following roles are allowed, but are NOT RECOMMENDED" to introduce new allowed roles which _can_ work depending on what's been built, but there are probably better ways to do this.  This wording is also used in #446, and allows for us to indicate these changes per element, without having to restructure the entire table (as this can be the end goal, rather than trying to get all allowed roles for all elements updated at once).
  • Loading branch information
scottaohara authored Feb 6, 2023
1 parent 5824cb3 commit e65b3ab
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1112,8 +1112,7 @@ <h2 id="docconformance">
<p>
Roles:
<span class="proposed addition">
<a href="#index-aria-article">`article`</a>,
<a href="#index-aria-dialog">`dialog`</a>,
<a href="#index-aria-application">`application`</a>,
<a href="#index-aria-listbox">`listbox`</a>,
<a href="#index-aria-menu">`menu`</a>,
<a href="#index-aria-menubar">`menubar`</a>,
Expand All @@ -1124,8 +1123,20 @@ <h2 id="docconformance">
<span class="proposed addition">
<a href="#index-aria-region">`region`</a>,
<a href="#index-aria-tablist">`tablist`</a></span>,
or <a href="#index-aria-toolbar">`toolbar`</a></span>. (<code><a href="#index-aria-group">group</a></code> is also allowed, but NOT RECOMMENDED.)
or <a href="#index-aria-toolbar">`toolbar`</a></span>.
</p>
<div class="proposed addition">
<p>
The following roles are allowed, but are NOT RECOMMENDED:
<a href="#index-aria-alertdialog">`alertdialog`</a>,
<a href="#index-aria-article">`article`</a>,
<a href="#index-aria-complementary">`complementary`</a>,
<a href="#index-aria-dialog">`dialog`</a>,
<a href="#index-aria-document">`document`</a>,
<a href="#index-aria-feed">`feed`</a>
or <a href="#index-aria-group">`group`</a>.
</p>
</div>
<p>
<a data-cite="wai-aria-1.2#global_states">Global `aria-*` attributes</a>
and any `aria-*` attributes applicable to the allowed roles.
Expand Down

0 comments on commit e65b3ab

Please sign in to comment.