[html5] r6707 - [e] (0) Try slightly more pedantically correct wording. Unfortunately DOM Core d [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Oct 19 16:05:40 PDT 2011


Author: ianh
Date: 2011-10-19 16:05:39 -0700 (Wed, 19 Oct 2011)
New Revision: 6707

Modified:
   complete.html
   index
   source
Log:
[e] (0) Try slightly more pedantically correct wording. Unfortunately DOM Core doesn't have good terminology for this either way.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14092

Modified: complete.html
===================================================================
--- complete.html	2011-10-19 23:03:40 UTC (rev 6706)
+++ complete.html	2011-10-19 23:05:39 UTC (rev 6707)
@@ -69179,8 +69179,8 @@
   <!--test: <a href="http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A...%3Cscript%3E%0Aw(a%3Ddocument.implementation.createDocument(null%2C%20null%2C%20null))%3B%0Aw(a.appendChild(a.createElementNS('http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml'%2C%20'html')))%3B%0Aw(b%3Da.firstChild.appendChild(a.createElementNS('http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml'%2C%20'body')))%3B%0Aw(b.test%20%3D%20w)%3B%0Aw(b.setAttribute('onclick'%2C%20'test(%22fire%3A%20%22%20%2B%20event)'))%3B%0Aw(b.onclick)%3B%0Aw(e%3Da.createEvent('Event'))%3B%0Aw(e.initEvent('click'%2C%20false%2C%20false))%3B%0Aw(b.dispatchEvent(e))%3B%0A%3C%2Fscript%3E">test</a>-->
 
   <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>
+  act as non-capture event listeners for the object on which they are
+  specified. <a href=#refsDOMCORE>[DOMCORE]</a></p>
 
   <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>

Modified: index
===================================================================
--- index	2011-10-19 23:03:40 UTC (rev 6706)
+++ index	2011-10-19 23:05:39 UTC (rev 6707)
@@ -69179,8 +69179,8 @@
   <!--test: <a href="http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A...%3Cscript%3E%0Aw(a%3Ddocument.implementation.createDocument(null%2C%20null%2C%20null))%3B%0Aw(a.appendChild(a.createElementNS('http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml'%2C%20'html')))%3B%0Aw(b%3Da.firstChild.appendChild(a.createElementNS('http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml'%2C%20'body')))%3B%0Aw(b.test%20%3D%20w)%3B%0Aw(b.setAttribute('onclick'%2C%20'test(%22fire%3A%20%22%20%2B%20event)'))%3B%0Aw(b.onclick)%3B%0Aw(e%3Da.createEvent('Event'))%3B%0Aw(e.initEvent('click'%2C%20false%2C%20false))%3B%0Aw(b.dispatchEvent(e))%3B%0A%3C%2Fscript%3E">test</a>-->
 
   <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>
+  act as non-capture event listeners for the object on which they are
+  specified. <a href=#refsDOMCORE>[DOMCORE]</a></p>
 
   <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>

Modified: source
===================================================================
--- source	2011-10-19 23:03:40 UTC (rev 6706)
+++ source	2011-10-19 23:05:39 UTC (rev 6707)
@@ -78677,8 +78677,8 @@
   <!--test: <a href="http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A...%3Cscript%3E%0Aw(a%3Ddocument.implementation.createDocument(null%2C%20null%2C%20null))%3B%0Aw(a.appendChild(a.createElementNS('http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml'%2C%20'html')))%3B%0Aw(b%3Da.firstChild.appendChild(a.createElementNS('http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml'%2C%20'body')))%3B%0Aw(b.test%20%3D%20w)%3B%0Aw(b.setAttribute('onclick'%2C%20'test(%22fire%3A%20%22%20%2B%20event)'))%3B%0Aw(b.onclick)%3B%0Aw(e%3Da.createEvent('Event'))%3B%0Aw(e.initEvent('click'%2C%20false%2C%20false))%3B%0Aw(b.dispatchEvent(e))%3B%0A%3C%2Fscript%3E">test</a>-->
 
   <p>Many objects can have <dfn>event handlers</dfn> specified. These
-  act as bubbling event listeners for the object on which they are
-  specified.</p>
+  act as non-capture event listeners for the object on which they are
+  specified. <a href="#refsDOMCORE">[DOMCORE]</a></p>
 
   <p>An <span title="event handlers">event handler</span> can either
   have the value null or be set to a <code>Function</code>




More information about the Commit-Watchers mailing list