You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any update on this issue? My team found this same issue using Accessibility Insights for Web - FastPass scan of our website. Looking at the code, the solution may be to add the role to this span
This is a false positive from Accessibility Insights, and a dupe of #17838, #17981, #18333, and #19014. The false positive has already been fixed in axe-core (where Accessibility Insights' rules set comes from): dequelabs/axe-core#2505.
@max-zheng to your question specifically: adding textbox (whether through a role or otherwise) as a child of a combobox results in significantly worse real-world support, so I definitely wouldn't recommend adding that role to the child span :)
Environment Information
Describe the issue:
child of an element whose role is "combobox" needs to have an aria role of textbox
Please provide a reproduction of the issue in a codepen:
https://codepen.io/sijeee/pen/RwVjWZd
Actual behavior:
Elements with an ARIA role that require child roles does not contain them
Expected behavior:
Ensures elements with an ARIA role that require child roles contain them
Documentation describing expected behavior
https://www.w3.org/TR/wai-aria-1.1/#combobox
The text was updated successfully, but these errors were encountered: