Accessibility (a11y) Speech Synthesis

Plugin Banner

Accessibility (a11y) Speech Synthesis

by Weston Ruter

Download
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.

0.2.0

  • Fixed: Pass ariaLive param to original wp.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-a11y script.
  • Updated: Simplified plugin to the bare minimum required PHP.

0.1.0

Initial release

Back to top