8000 Addition: allow combobox role on button element by scottaohara · Pull Request #396 · w3c/html-aria · GitHub
[go: up one dir, main page]

Skip to content
Next Next commit
allow combobox role on button element
closes #375

Allows `combobox` role on `button` element.

[test case](https://w3c.github.io/html-aria/tests/button-combobox.html)
  • Loading branch information
scottaohara authored Jan 15, 2022
commit 5e5d2a3003bba7cd2eb1c9f804ccccca3915c065
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,7 @@ <h2 id="docconformance">
<p>
Roles:
<a href="#index-aria-checkbox">`checkbox`</a>,
<span class="proposed addition"><a href="#index-aria-combobox">`combobox`</a></span>,
<a href="#index-aria-link">`link`</a>,
<a href="#index-aria-menuitem">`menuitem`</a>,
<a href="#index-aria-menuitemcheckbox">`menuitemcheckbox`</a>,
Expand Down
0