Errata E08 Important (interface SpeechSynthesis should be EventTarget).
--- a/speechapi-errata.html Mon Feb 25 11:13:23 2013 -0800
+++ b/speechapi-errata.html Fri Mar 22 17:47:34 2013 -0700
@@ -9,7 +9,7 @@
<h1 align="center">Errata in the Web Speech API Specification</h1>
<dl>
<dt>This document last updated:</a></dt>
- <dd>February 25, 2013</dd>
+ <dd>March 22, 2013</dd>
<dt>This document records known errors in the document:</a></dt>
<dd><a href="http://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html">
http://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html</a>
@@ -71,5 +71,13 @@
<dd>Section 5.2.6 SpeechSynthesisVoice: voiceURI attribute: "as described in the SpeechSynthesisUtterance voiceURI attribute" should be
"either through use of a URN with meaning to the user agent or by specifying a URL that the user agent recognizes as a local service."</dd>
</dl>
+ <dl>
+ <dt>E08 2013-03-22 (Important):</dt>
+ <dd>Section 5.2 IDL: "interface SpeechSynthesis" should be "interface SpeechSynthesis <b>: EventTarget</b>".</dd>
+ <dd>Section 5.2 IDL: "<b>readonly attribute SpeechSynthesisUtterance utterance;</b>" is added to "interface SpeechSynthesisEvent : Event".
+ <dd>Section 5.2.4 SpeechSynthesisUtterance Events: Add the sentence: "<b>These events bubble up to SpeechSynthesis."</b></dd>
+ <dd>Section 5.2.5 SpeechSynthesisEvent Attributes: Add the following definition:<ul><b>utterance attribute<br>
+ This attribute contains the SpeechSynthesisUtterance that triggered this event.</b></ul></dd>
+ </dl>
</body>
</html>