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
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.
The text was updated successfully, but these errors were encountered:
Per the aria documentation any element that is
role="listbox"
must always havearia-label
oraria-labelledby
. It's not clear we are already covered byauro-select
andauro-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.
The text was updated successfully, but these errors were encountered: