-
Notifications
You must be signed in to change notification settings - Fork 28
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
Align with wcag spec #147
Comments
Bug Description:In the Matching component, each drop-down is labeled only using its selected value. There is no indication when the field is focused, what the corresponding question for the field is. Steps to Reproduce:
Actual Behavior:Currently, the selected value is the only means of identifying the dorp-down menus. Expected Behavior:We recommend the Select only combobox structure rather than a button menu to better match the expected behavior of the Matching form fields :https://www.w3.org/TR/wai-aria-practices-1.2/examples/combobox/combobox-select-only.html This component will allow users to associate the question with the combobox as label. |
@joe-replin that link seems to be broken, is this equivalent? https://w3c.github.io/aria-practices/examples/combobox/combobox-select-only.html |
Hey @chris-steele, the link in my post seems to be linking correctly for me now. |
@chris-steele, @oliverfoster, raising this issue for awareness to see if we were still planning on refactoring this component to make use of the combobox. Understand it used to have one and it was dropped in favor for better visual styling. |
Select dropdowns in the Matching component do not clearly communicate the following:
Missing or inaccurate name and role information impact a screen reader users' understanding of the purpose and expected behavior of a control. We recommend referring to the updated "Select Only Combobox" component from the W3C: https://www.w3.org/WAI/ARIA/apg/patterns/combobox/examples/combobox-select-only/ |
Recommendation https://www.w3.org/TR/wai-aria-practices-1.2/examples/combobox/combobox-select-only.html
The text was updated successfully, but these errors were encountered: