-
Notifications
You must be signed in to change notification settings - Fork 345
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: Should the dropdown button be hidden from screen readers? #1375
Comments
carmacleod
changed the title
Combobox Examples: Should the dropdown be hidden from screen readers?
Combobox Examples: Should the dropdown button be hidden from screen readers?
Apr 14, 2020
@mcking65 I believe you meant "dropdown button" and not "dropdown", so I changed the title to include the word "button". If that's not what you meant, please feel free to change it back. :) |
The ARIA Authoring Practices (APG) Task Force just discussed The full IRC log of that discussion<Jemma> Topic: Combobox example<carmacleod> github: https://github.com//issues/1375 <Jemma> mck: so we can put aria hidden on tabbable image? <Jemma> jongund: to open popup like click in mobile we coded mouse up and down event <carmacleod> https://w3c.github.io/aria-practices/examples/combobox/combobox-autocomplete-list.html <Jemma> mck: screen reader users hear state combobox and state button "collapsed" next things. The questions is whether state button creates the distraction. what would be better for users - it is button or image part of the combobox? The issue could be something visual enhancement of combo box. <Jemma> ...This is extended to mobile touch issues.(This is why we talk about touch, click, or mouse up above) <Jemma> james: more complexity we add, there is more chance to mess up. Screen reader foucs is more desirable that hiding it. <MarkMccarthy> jamesn has convinced me <Jemma> +1 for james <Jemma> mck: in this case, drop down icon is truly redundant <Jemma> james: focus and double tap the field will open the field. <Jemma> it is like that of date picker example <Jemma> mck: we will still use aria states - expanded and collasped. <Jemma> mck: consensus is we want editable comobo box and both elements will be accessibile - input and button. |
From the call:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: