wagtail / wagtail-autocomplete

An Autocomplete edit handler for selecting Pages, Snippets, and more.
https://wagtail-autocomplete.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
120 stars 54 forks source link

Ensure component meets the Web Components punch list #6

Open emilyhorsman opened 7 years ago

emilyhorsman commented 7 years ago

https://www.paciellogroup.com/blog/2014/09/web-components-punch-list/

emilyhorsman commented 7 years ago

Using aria-autocomplete="list" on the search input.

emilyhorsman commented 7 years ago

https://www.w3.org/TR/wai-aria-1.1/#aria-autocomplete says:

DOM focus remains on the text input while the suggestions are displayed.

Which we already do.

emilyhorsman commented 7 years ago

https://github.com/w3c/aria-practices/issues/31