This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
md-select role should be listbox #3859
Labels
a11y
This issue is related to accessibility
g3: reported
The issue was reported by an internal or external product team.
Milestone
md-select has an ARIA role of "combobox", but it's not actually a combobox; it's a listbox. A combobox has a text field for the user to type in new items.
-- http://www.w3.org/TR/wai-aria/roles#combobox
A combobox is required to have a child element that has role "textbox".
I think listbox is more appropriate:
-- http://www.w3.org/TR/wai-aria/roles#listbox
The text was updated successfully, but these errors were encountered: