Errata E03 and E04 Important: use sequence instead of SpeechRecognitionResultList and SpeechSynthesisVoiceList
--- 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 @@
"with EMMA namespace" should be
"with EMMA namespace<b>, or if the recognizer does not supply EMMA then the user agent may return null</b>".</dd>
</dl>
+ <dl>
+ <dt>E04 2013-02-04 (Important):</dt>
+ <dd>Section 5.1 IDL: Remove "<b>interface SpeechRecognitionResultList { ... }</b>".</dd>
+ <dd>Section 5.1 IDL: "readonly attribute <b>SpeechRecognitionResultList</b> results;" should be
+ "readonly attribute <b>sequence<SpeechRecognitionResult></b> results".</dd>
+ </dl>
+ <dl>
+ <dt>E05 2013-02-04 (Important):</dt>
+ <dd>Section 5.2 IDL: Remove "<b>interface SpeechSynthesisVoiceList { ... }</b>".</dd>
+ <dd>Section 5.2 IDL: "<b>SpeechSynthesisVoiceList</b> getVoices();" should be
+ "<b>sequence<SpeechSynthesisVoice></b> getVoices();".</dd>
+ </dl>
</body>
</html>