Errata E03 and E04 Important: use sequence instead of SpeechRecognitionResultList and SpeechSynthesisVoiceList
authorGlen Shires <gshires@google.com>
Mon, 04 Feb 2013 22:25:22 -0800
changeset 61 58e2afd5d423
parent 60 fbf1109b95e3
child 62 f6d8e77b6c56
Errata E03 and E04 Important: use sequence instead of SpeechRecognitionResultList and SpeechSynthesisVoiceList
speechapi-errata.html
--- a/speechapi-errata.html	Mon Feb 04 22:18:09 2013 -0800
+++ b/speechapi-errata.html	Mon Feb 04 22:25:22 2013 -0800
@@ -42,5 +42,17 @@
     &quot;with EMMA namespace&quot; should be
     &quot;with EMMA namespace<b>, or if the recognizer does not supply EMMA then the user agent may return null</b>&quot;.</dd>
   </dl>
+  <dl>
+   <dt>E04 2013-02-04 (Important):</dt>
+   <dd>Section 5.1 IDL: Remove &quot;<b>interface SpeechRecognitionResultList { ... }</b>&quot;.</dd>
+   <dd>Section 5.1 IDL: &quot;readonly attribute <b>SpeechRecognitionResultList</b> results;&quot; should be
+    &quot;readonly attribute <b>sequence&lt;SpeechRecognitionResult&gt;</b> results&quot;.</dd>
+  </dl>
+  <dl>
+   <dt>E05 2013-02-04 (Important):</dt>
+   <dd>Section 5.2 IDL: Remove &quot;<b>interface SpeechSynthesisVoiceList { ... }</b>&quot;.</dd>
+   <dd>Section 5.2 IDL: &quot;<b>SpeechSynthesisVoiceList</b> getVoices();&quot; should be
+    &quot;<b>sequence&lt;SpeechSynthesisVoice&gt;</b> getVoices();&quot;.</dd>
+  </dl>
  </body>
 </html>