w3c / aria-at-app

Test runner and results reporter for ARIA-AT
http://aria-at.w3.org/
Other
35 stars 15 forks source link

Use aria-checked for AssignTesterDropdown #1097

Closed evmiguel closed 1 month ago

evmiguel commented 1 month ago

This PR addresses #977. It removes the screen reader div in favor of aria-checked for the AssignTesterDropdown.

evmiguel commented 1 month ago

@alflennik Upon further inspection of the Asana task, I see that the proposed pattern is https://www.w3.org/WAI/ARIA/apg/patterns/menu-button/examples/menu-button-actions-active-descendant/. Is the intention to change the dropdown in favor of that?

evmiguel commented 1 month ago

@howard-e On reading the issue, it seems that aria-checked should suffice, but the Asana task says that we should change the pattern to a menu button. What is the right course of action?