-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Aria live regions #77
Comments
I've come across something during spelunking this... The spec for aria-autocomplete mentions implementations MAY want to implement aria-activedescendant property . It seems that this may be enough. live-region was not enough to announce the items selected. During testing, I personally found the announcement confusing and opted to use template literals to append |
I Just checked using JAWS. The way that screen reader works seems to break the normal operation of Plete using a keyboard. There might be more to this still. |
Plete-Chromebook-ARIA-hack-WiP.zip |
I think improved ARIA and screenreader support would be a great addition to this project 👍 |
Is your feature request related to a problem? Please describe.
I've been working with ARIA a little more lately and mixing with people that know a lot more about this than me.
After reading https://dev.to/savvasstephnds/the-problem-with-autocomplete-and-how-to-fix-it-2ill
I Tested plete.dev and it seems that we may be able to get a better screen-reader support for plete using ARIA live regions.
Describe the solution you'd like
As a user with a need for screenreader functionality, I would like to have the list of items read out, and each highlighted item read as the user moves (using cursor keys) between them, so that prior to selecting an option; I can be contextually aware of where I am, and make the correct choice.
Describe alternatives you've considered
I am interested to hear of alternatives. Perhaps making each choice a button would allow for reading, but it feels like an abuse of the DOM.
Motivation and involvement
Proof of concept
Is there any prior-art or a proof-of-concept; perhaps another project using this one?
If You are interested in this, I would be happy to create a proof-of-concept.
Additional context
I tested using https://chrome.google.com/webstore/detail/screen-reader/kgejglhpjiefppelpmljglcjbhoiplfn
I Would be happy to produce a screen recording of the current behavior and post recordings of the proposed improvement.
The text was updated successfully, but these errors were encountered: