-
Notifications
You must be signed in to change notification settings - Fork 360
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
Combobox examples: Mark up open button so it reflects combobox state #1333
Labels
bug
Code defects; not for inaccurate prose
Example Page
Related to a page containing an example implementation of a pattern
Milestone
Comments
mcking65
added
bug
Code defects; not for inaccurate prose
Example Page
Related to a page containing an example implementation of a pattern
labels
Feb 16, 2020
6 tasks
I added |
Merged
6 tasks
mcking65
added a commit
that referenced
this issue
Mar 9, 2020
…pup control button and make visible in high contrast (pull #1336) Fixes issues #1333 and #1331: * added new name, aria-expanded, and aria-controls to popup control button. * Added regression test for new aria properties on popup control button. * Added documentation for attributes on popup control button. * updated css to support Windows high contrast mode. Co-authored-by: Matt King <[email protected]> Co-authored-by: Simon Pieters <[email protected]>
michael-n-cooper
pushed a commit
that referenced
this issue
Mar 9, 2020
Combobox examples with listbox popup: Add expanded and controls to popup control button and make visible in high contrast (pull #1336) Fixes issues #1333 and #1331: * added new name, aria-expanded, and aria-controls to popup control button. * Added regression test for new aria properties on popup control button. * Added documentation for attributes on popup control button. * updated css to support Windows high contrast mode. Co-authored-by: Matt King <[email protected]> Co-authored-by: Simon Pieters <[email protected]>
nschonni
pushed a commit
to nschonni/aria-practices
that referenced
this issue
Mar 17, 2020
Combobox examples with listbox popup: Add expanded and controls to popup control button and make visible in high contrast (pull w3c#1336) Fixes issues w3c#1333 and w3c#1331: * added new name, aria-expanded, and aria-controls to popup control button. * Added regression test for new aria properties on popup control button. * Added documentation for attributes on popup control button. * updated css to support Windows high contrast mode. Co-authored-by: Matt King <[email protected]> Co-authored-by: Simon Pieters <[email protected]>
carmacleod
pushed a commit
to carmacleod/aria-practices
that referenced
this issue
Mar 31, 2020
…pup control button and make visible in high contrast (pull w3c#1336) Fixes issues w3c#1333 and w3c#1331: * added new name, aria-expanded, and aria-controls to popup control button. * Added regression test for new aria properties on popup control button. * Added documentation for attributes on popup control button. * updated css to support Windows high contrast mode. Co-authored-by: Matt King <[email protected]> Co-authored-by: Simon Pieters <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Code defects; not for inaccurate prose
Example Page
Related to a page containing an example implementation of a pattern
When using a touch based screen reader or using the reading cursor of a desktop screen reader, the open button of the combobox examples does not communicate the state of the combobox. Also the accessible "name of "Open" is insufficient.
Make the following changes so the open button is accessible:
The text was updated successfully, but these errors were encountered: