=== Accessibility (a11y) Speech Synthesis ===
Contributors: xwp, westonruter
Requires at least: 4.2
Tested up to: trunk
Tags: a11y, speech, tts
Stable tag: 0.2.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Make your browser speak when wp.a11y.speak() is called.
== 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.
== Changelog ==
= 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