Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addition: expand role allowances for fieldset element #442

Draft
wants to merge 13 commits into
base: gh-pages
Choose a base branch
from
26 changes: 24 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1232,10 +1232,32 @@ <h2 id="docconformance">
<td>
<p>
Roles:
<span class="proposed addition">
<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>,
</span>
<a href="#index-aria-none">`none`</a>,
<a href="#index-aria-presentation">`presentation`</a>
or <a href="#index-aria-radiogroup">`radiogroup`</a>. (<code><a href="#index-aria-group">group</a></code> is also allowed, but NOT RECOMMENDED.)
<a href="#index-aria-presentation">`presentation`</a>,
<a href="#index-aria-radiogroup">`radiogroup`</a>,
<span class="proposed addition">
<a href="#index-aria-region">`region`</a>,
<a href="#index-aria-tablist">`tablist`</a>,
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
Loading