-
Notifications
You must be signed in to change notification settings - Fork 414
Open
Labels
Description
Bug Report
Problematic behavior
The language dropdown menu behaves like a button. This is confusing for users of assistive technologies, as the behavior is not the same as a standard dropdown menu.
Expected behavior/code
When selecting an item from the language menu, users cannot tell how many languages are available, nor which language is selected once they are in the menu.
Steps to Reproduce
- Open a Docs document
- Enable a screen reader
- Use the keyboard to navigate to the language menu
- Try to change the language and identify which one you have selected...
Possible Solution
Use the APG pattern which has the correct behavior: "When a menuitemcheckbox or menuitemradio is checked, aria-checked is set to true
There is an example at this address with a codepen.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status