ariaNotify() method
ariaNotify() is a JS method available for developers to prompt screen readers to announce a string of text.
Elements on a page can already be designated as "live regions", which screen readers announce the contents of in various manners. However, these techniques are often used outside of their practical use cases in order to "trick" screen readers into announcing something valuable for a user to hear.
The ariaNotify method aims to provide a proper alternative to the misuse of live regions.
Currently supported only in Firefox, wider browser support would allow screen reader vendors to add ariaNotify support and compatibility on the tool's side.
Discussion on GitHub (0)
No comments on GitHub yet
Be the first developer to share technical feedback or use cases on this Interop proposal.
Join discussion on GitHub