For better accessibility, the ______ ARIA role should be used to indicate the role of the dropdown list.
- dropdown
- selectable
- listbox
- choicebox
The ARIA (Accessible Rich Internet Applications) specification provides ways to make web content and web applications more accessible to people with disabilities. For dropdown lists, the listbox role indicates that an element acts as a container for a list of options. This role provides important context to assistive technologies, helping them convey the purpose and function of the dropdown to users effectively.
Loading...