Remove reference to 'open' method, and 'open' event.
authorHans Wennborg <hans@chromium.org>
Fri, 25 May 2012 14:07:22 +0100
changeset 8 6e00602c58fb
parent 7 b8a72b91289c
child 9 adecb1b5fa9e
Remove reference to 'open' method, and 'open' event.
speechapi.html
--- a/speechapi.html	Thu May 17 10:44:52 2012 +0100
+++ b/speechapi.html	Fri May 25 14:07:22 2012 +0100
@@ -673,7 +673,6 @@
       <dt>The <dfn id="dfn-start">start</dfn> method</dt>
       <dd>When the start method is called it represents the moment in time the web application wishes to begin recognition.
       When the speech input is streaming live through the input media stream, then this start call represents the moment in time that the service <em class="rfc2119" title="must">must</em> begin to listen and try to match the grammars associated with this request.
-      If the SpeechRecognition has not yet called open before the start call is made, a call to open is made by the start call (complete with the open event being raised).
       Once the system is successfully listening to the recognition the user agent <em class="rfc2119" title="must">must</em> raise a start event.</dd>
 
       <dt>The <dfn id="dfn-stop">stop</dfn> method</dt>