At.js
At.js copied to clipboard
autocomplete mentions are not read out by screenreader JAWS
I have at.js integrated with CKEditor and after tpressng the trigger key to activate the autocomplete mentions by at.js, a screen reader like JAWS does not read out the options and does not give any indication a list of options is available. Facebook has this functionality working with JAWS.
To reproduce :
- download and start JAWS
- go to http://ichord.github.io/At.js/
- invoke the autocomplete list with : and a JAWS user should get notified of the available list opened and read out the available options and the option selected.
When integrated in CKEditor or any other editor, the same should happen.
Are there any plans to have at.js support screenreaders ?