Accessibility (a11y) Speech Synthesis
Accessibility (a11y) Speech Synthesis
Description
Make your browser speak when wp.a11y.speak() is called. Requires a browser that supports speechSynthesis (which all currently do except for IE11).
This is useful for development to simulate what a user experiences when using a screen reader.
Reviews
Changelog
0.2.0
- Fixed: Pass
ariaLiveparam to originalwp.a11y.speak(). - Fixed: Prevent reading markup in message.
- Fixed: Stop speaking any previous utterance before speaking the next one to emulate
clear(). - Updated: Refactor JS script registration to better swap out and wrap core’s
wp-a11yscript. - Updated: Simplified plugin to the bare minimum required PHP.
0.1.0
Initial release