w3c / input-events

Input Events
https://w3c.github.io/input-events/
Other
23 stars 16 forks source link

Function notifications for AT #51

Open LJWatson opened 7 years ago

LJWatson commented 7 years ago

From an accessibility perspective it would be valuable to have a notification to Assistive Technologies (AT) that functions like text insertions were completed so that positive reinforcement could be provided to the user.

Filed from the feedback from the APA WG.

johanneswilm commented 7 years ago

@LJWatson In the cases where the JavaScript preventDefaults the browser's automatic insertion and instead handles the inseriton itself, should this be a function that is called within the JavaScript whenever the corresponding DOM changes habe been completed?