Clarified resultIndex definition by removing continuous false -> 0 sentence.
authorGlen Shires <gshires@google.com>
Tue, 11 Sep 2012 02:26:01 -0700
changeset 28 633e735be33e
parent 27 e67e08e439ce
child 29 ac45dde583b1
Clarified resultIndex definition by removing continuous false -> 0 sentence.
speechapi.html
--- a/speechapi.html	Mon Sep 10 10:13:09 2012 -0700
+++ b/speechapi.html	Tue Sep 11 02:26:01 2012 -0700
@@ -343,7 +343,7 @@
       <p><a href="http://www.w3.org/"><img alt=W3C height=48 src="http://www.w3.org/Icons/w3c_home" width=72></a></p>
       <!--end-logo-->
       <h1 id="title_heading">Speech JavaScript API Specification</h1>
-      <h2 class="no-num no-toc" id="draft_date">Editor's Draft: 10 September 2012</h2>
+      <h2 class="no-num no-toc" id="draft_date">Editor's Draft: 11 September 2012</h2>
       <dl>
         <dt>Editors:</dt>
         <dd>Glen Shires, Google Inc.</dd>
@@ -834,8 +834,7 @@
 
     <dl>
       <dt><dfn id="dfn-resultIndex">resultIndex</dfn></dt>
-      <dd>The resultIndex <em class="rfc2119" title="must">must</em> be set to the lowest index in the "results" array that has changed.
-      When continuous was false, the resultIndex <em class="rfc2119" title="must">must</em> always be 0.</dd>
+      <dd>The resultIndex <em class="rfc2119" title="must">must</em> be set to the lowest index in the "results" array that has changed.</dd>
 
       <dt><dfn id="dfn-results">results</dfn></dt>
       <dd>The array of all current recognition results for this session.