Errata E13 ("hierarchy" typos), E14 (recognition lost focus) and E15 (order of events)
authorGlen Shires <gshires@google.com>
Wed, 06 Nov 2013 13:44:44 -0800
changeset 67 c4b3451ce85c
parent 66 0b8ae424b59d
child 68 e784daf48d0e
Errata E13 ("hierarchy" typos), E14 (recognition lost focus) and E15 (order of events)
speechapi-errata.html
--- a/speechapi-errata.html	Thu Oct 17 16:57:41 2013 -0700
+++ b/speechapi-errata.html	Wed Nov 06 13:44:44 2013 -0800
@@ -9,7 +9,7 @@
   <h1 align="center">Errata in the Web Speech API Specification</h1>
   <dl>
    <dt>This document last updated:</a></dt>
-   <dd>October 17, 2013</dd>
+   <dd>November 6, 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>
@@ -165,5 +165,35 @@
     </ul>
    </dd>
   </dl>
+  <dl>
+   <dt>E13 2013-11-06 (Important):</dt>
+   <dd>Section 5.1.1 and Section 5.2.3: Replace the misspelled "hierachy" with the word "hierarchy".
+   </dd>
+  </dl>
+  <dl>
+   <dt>E14 2013-11-06 (Important):</dt>
+   <dd>Section 4 Bullet 4: Delete the following sentence:
+    <ul>To minimize the chance of users unwittingly allowing web pages to record speech without their knowledge,
+      implementations must abort an active speech input session if the web page lost input focus
+      to another window or to another tab within the same user agent.</ul>
+   </dd>
+  </dl>
+  <dl>
+   <dt>E15 2013-11-06 (Important):</dt>
+   <dd>Section 5.1.3: soundstart event: append at the end of the definition:
+    <ul>The audiostart event must always have been fired before the soundstart event.</ul>
+   </dd>
+   <dd>Section 5.1.3: speechstart event: append at the end of the definition:
+    <ul>The audiostart event must always have been fired before the speechstart event.</ul>
+   </dd>
+   <dd>Section 5.1.3: onresult event: append at the end of the definition:
+    <ul>The audiostart event must always have been fired before the onresult event.</ul>
+   </dd>
+   <dd>Section 5.1.3: nomatch event: append at the end of the definition:
+    <ul>The audiostart event must always have been fired before the nomatch event.</ul>
+   </dd>
+   <dd>Section 5.1.3: speechend event: replace the word "fire" with "fired".
+   </dd>
+  </dl>
  </body>
 </html>