html5/spec Overview.html,1.5377,1.5378

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv21332

Modified Files:
	Overview.html 
Log Message:
Try slightly more pedantically correct wording. Unfortunately DOM Core doesn't have good terminology for this either way. (whatwg r6707)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5377
retrieving revision 1.5378
diff -u -d -r1.5377 -r1.5378
--- Overview.html	19 Oct 2011 23:07:27 -0000	1.5377
+++ Overview.html	19 Oct 2011 23:09:26 -0000	1.5378
@@ -50322,8 +50322,8 @@
   <h5 id="event-handler-attributes"><span class="secno">6.1.6.1 </span>Event handlers</h5>
 
   </div><p>Many objects can have <dfn id="event-handlers">event handlers</dfn> specified. These
-  act as bubbling event listeners for the object on which they are
-  specified.<p>An <a href="#event-handlers" title="event handlers">event handler</a> can either
+  act as non-capture event listeners for the object on which they are
+  specified. <a href="#refsDOMCORE">[DOMCORE]</a><p>An <a href="#event-handlers" title="event handlers">event handler</a> can either
   have the value null or be set to a <code><a href="#function">Function</a></code>
   object. <span class="impl">Initially, event handlers must be set to
   null.</span><p>Event handlers are exposed in one or two ways.<p>The first way, common to all event handlers, is as an <a href="#event-handler-idl-attributes" title="event handler IDL attributes">event handler IDL

Received on Wednesday, 19 October 2011 23:09:36 UTC