We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://www.paciellogroup.com/blog/2014/09/web-components-punch-list/
The text was updated successfully, but these errors were encountered:
Using aria-autocomplete="list" on the search input.
aria-autocomplete="list"
Sorry, something went wrong.
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.
w3c/aria-practices#31
No branches or pull requests
https://www.paciellogroup.com/blog/2014/09/web-components-punch-list/
The text was updated successfully, but these errors were encountered: