This repository was archived by the owner on Jul 19, 2019. It is now read-only.
This repository was archived by the owner on Jul 19, 2019. It is now read-only.
Add aria-activedescendant #170
Open
Description
See this video on why this is important:
https://classroom.udacity.com/courses/ud891/lessons/8311490720/concepts/83106568490923#
(Screen readers are currently not reading out the items in the combobox)
To do:
- Add id's to all items
- Add
aria-activedescendant
to the input and reference the id of the selected item - add aria
aria-posinset
&aria-setsize
- ...
I can work on this if you like, but #169 is blocking me.