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
Validated with the latest axe-core develop branch code base, with the "role=listbox" , it is not needed any name when it is used in a combobox. No aria rules failing
Test snippet:
This example should not fail. It comes straight out of WAI-ARIA 1.2:
https://www.w3.org/TR/wai-aria-1.2/#combobox
I think the fix would be to skip listbox if its part of a combobox pattern in the
no-naming-method-matches
method.There's an issue open on WAI-ARIA for it: w3c/aria#1769 (comment)
The text was updated successfully, but these errors were encountered: