AlaskaAirlines / auro-menu

Custom element that provides a list of options for the user to choose from
https://auro.alaskaair.com/components/auro/menu
Apache License 2.0
2 stars 3 forks source link

Investigate if auro-menu needs to always have `aria-label` #99

Open jason-capsule42 opened 2 years ago

jason-capsule42 commented 2 years ago

Per the aria documentation any element that is role="listbox" must always have aria-label or aria-labelledby. It's not clear we are already covered by auro-select and auro-combobox handling the labeling themselves or not.

We need to make sure that we are fully covered by the various text to speech tools with our current solution.