events do not bubble and are not cancelable
authorHans Wennborg <hans@chromium.org>
Thu, 21 Jun 2012 14:04:15 +0100
changeset 18 1c15fe12e194
parent 17 cfb6377a1222
child 19 bbd49cb253e1
events do not bubble and are not cancelable
speechapi.html
--- a/speechapi.html	Wed Jun 20 11:02:08 2012 +0100
+++ b/speechapi.html	Thu Jun 21 14:04:15 2012 +0100
@@ -677,7 +677,8 @@
 
     <p>The DOM Level 2 Event Model is used for speech recognition events.
     The methods in the EventTarget interface should be used for registering event listeners.
-    The SpeechRecognition interface also contains convenience attributes for registering a single event handler for each event type.</p>
+    The SpeechRecognition interface also contains convenience attributes for registering a single event handler for each event type.
+    The events do not bubble and are not cancelable.</p>
 
     <p>For all these events, the timeStamp attribute defined in the DOM Level 2 Event interface must be set to the best possible estimate of when the real-world event which the event object represents occurred.
     This timestamp must be represented in the User Agent's view of time, even for events where the timestamps in question could be raised on a different machine like a remote recognition service (i.e., in a speechend event with a remote speech endpointer).</p>