hixie: Try slightly more pedantically correct wording. Unfortunately DOM Core doesn't have good terminology for this either way. (whatwg r6707)

hixie: Try slightly more pedantically correct wording. Unfortunately DOM
Core doesn't have good terminology for this either way. (whatwg r6707)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5377&r2=1.5378&f=h
http://html5.org/tools/web-apps-tracker?from=6706&to=6707

===================================================================
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:42 UTC