ashleemboyer / a11y-components-og

The purpose of this repository is to share what I've learned about creating accessible React components. It is not currently open source, but might be at some point in the future.
17 stars 0 forks source link

[Listbox] What to do when hovering over Listbox options? #4

Open ashleemboyer opened 4 years ago

ashleemboyer commented 4 years ago

What's the problem?

The WAI-ARIA Listbox documentation and examples do not cover what should happen when a mouse hovers over them.

TODO

Research Notes

I'll fill this in as I complete the tasks above.

ashleemboyer commented 4 years ago

[Listbox] Add hover state to options