Skip to content

Addition: allow role=separator on button elements #489

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

Merged
merged 3 commits into from
Oct 4, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Addition: allow role=separator on button elements
closes #488 

allows role=separator on elements exposed as a button.  

any other author requirements for appropriately setting that up / ensuring the correct information is communicated would still need to be evaluated, but separate from whether the role is allowed or not.
  • Loading branch information
scottaohara authored Aug 30, 2023
commit 59a60e53ed0cfb02f4dc3d65d9cdd88a878a517f
11 changes: 9 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,9 @@ <h2 id="docconformance">
<a href="#index-aria-menuitemradio">`menuitemradio`</a>,
<a href="#index-aria-option">`option`</a>,
<a href="#index-aria-radio">`radio`</a>,
<span class="proposed addition"><a href="#index-aria-slider">`slider`</a></span>,
<span class="proposed addition">
<a href="#index-aria-separator">`separator`</a>,
<a href="#index-aria-slider">`slider`</a></span>,
<a href="#index-aria-switch">`switch`</a>,
<a href="#index-aria-tab">`tab`</a>,
or <span class="proposed addition"><a href="#index-aria-treeitem">`treeitem`</a></span>.
Expand Down Expand Up @@ -1655,7 +1657,9 @@ <h2 id="docconformance">
<a href="#index-aria-menuitemradio">`menuitemradio`</a>,
<a href="#index-aria-option">`option`</a>,
<a href="#index-aria-radio">`radio`</a>,
<span class="proposed addition"><a href="#index-aria-slider">`slider`</a>,</span>
<span class="proposed addition">
<a href="#index-aria-separator">`separator`</a>,
<a href="#index-aria-slider">`slider`</a>,</span>
<a href="#index-aria-switch">`switch`</a>,
<a href="#index-aria-tab">`tab`</a>,
or <span class="addition proposed"><a href="#index-aria-treeitem">`treeitem`</a></span>.
Expand Down Expand Up @@ -1814,6 +1818,7 @@ <h2 id="docconformance">
<a href="#index-aria-menuitemradio">`menuitemradio`</a>,
<a href="#index-aria-option">`option`</a>,
<a href="#index-aria-radio">`radio`</a>,
<a href="#index-aria-separator">`separator`</a>,
<a href="#index-aria-slider">`slider`</a>,
<a href="#index-aria-switch">`switch`</a>,
<a href="#index-aria-tab">`tab`</a>
Expand Down Expand Up @@ -1947,6 +1952,7 @@ <h2 id="docconformance">
<a href="#index-aria-menuitemradio">`menuitemradio`</a>,
<a href="#index-aria-option">`option`</a>,
<a href="#index-aria-radio">`radio`</a>,
<a href="#index-aria-separator">`separator`</a>,
<a href="#index-aria-slider">`slider`</a>,
<a href="#index-aria-switch">`switch`</a>,
<a href="#index-aria-tab">`tab`</a>
Expand Down Expand Up @@ -2001,6 +2007,7 @@ <h2 id="docconformance">
<a href="#index-aria-menuitemradio">`menuitemradio`</a>,
<a href="#index-aria-option">`option`</a>,
<a href="#index-aria-radio">`radio`</a>,
<a href="#index-aria-separator">`separator`</a>,
<a href="#index-aria-slider">`slider`</a>,
<a href="#index-aria-switch">`switch`</a>,
<a href="#index-aria-tab">`tab`</a>
Expand Down