-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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 error message has incorrect role for ARIA #20012
Comments
🎉This issue was addressed in #20013, which has now been successfully released as Handy links: |
🎉This issue was addressed in #20013, which has now been successfully released as Handy links: |
🎉This issue was addressed in #20013, which has now been successfully released as Handy links: |
🎉This issue was addressed in #20013, which has now been successfully released as Handy links: |
🎉This issue was addressed in #20013, which has now been successfully released as Handy links: |
🎉This issue was addressed in #20013, which has now been successfully released as Handy links: |
🎉This issue was addressed in #20013, which has now been successfully released as Handy links: |
🎉This issue was addressed in #20013, which has now been successfully released as Handy links: |
🎉This issue was addressed in #20013, which has now been successfully released as Handy links: |
🎉This issue was addressed in #20013, which has now been successfully released as Handy links: |
🎉This issue was addressed in #20013, which has now been successfully released as Handy links: |
🎉This issue was addressed in #20013, which has now been successfully released as Handy links: |
🎉This issue was addressed in #20032, which has now been successfully released as Handy links: |
🎉This issue was addressed in #20032, which has now been successfully released as Handy links: |
🎉This issue was addressed in #20032, which has now been successfully released as Handy links: |
🎉This issue was addressed in #20032, which has now been successfully released as Handy links: |
🎉This issue was addressed in #20032, which has now been successfully released as Handy links: |
Environment Information
Please provide a reproduction of the bug in a codepen:
The DOM for combobox shows role="region" which is incorrect as it isn't a landmark.
The error message div remains rather than being conditionally added to the DOM like Dropdown (which causes the alert to be read).
Actual behavior:
role="region"
error message div is always present even when no error
Expected behavior:
role="alert" (most widely supported on screen readers)
error message div is added/removed (supports announcing the error better)
Priorities and help requested:
Requested priority: High: developer moving from v7 to v8
Related bug that might be partially fixed with this bug fix: #13245
The text was updated successfully, but these errors were encountered: