Open roelvangils opened 3 years ago
The dropdown looks and behaves like a list box (visually) but some roles are missing. In accordance with WCAG 2.1, this does not satisfy 1.3.1 Info and Relationships. In its current implementation, the list box is not usable by users of AT.
Note: this issue is blocking.
Apply at least these attributes:
role="option"
<ul>
role="listbox"
Describe the bug
The dropdown looks and behaves like a list box (visually) but some roles are missing. In accordance with WCAG 2.1, this does not satisfy 1.3.1 Info and Relationships. In its current implementation, the list box is not usable by users of AT.
Note: this issue is blocking.
How to fix
Apply at least these attributes:
role="option"
<ul>
into a listbox withrole="listbox"
Additional information