[html5] r5240 - [giow] (2) Make DOMContentLoaded bubble.

whatwg at whatwg.org whatwg at whatwg.org
Wed Aug 4 16:07:57 PDT 2010


Author: ianh
Date: 2010-08-04 16:07:55 -0700 (Wed, 04 Aug 2010)
New Revision: 5240

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Make DOMContentLoaded bubble.

Modified: complete.html
===================================================================
--- complete.html	2010-08-04 23:04:52 UTC (rev 5239)
+++ complete.html	2010-08-04 23:07:55 UTC (rev 5240)
@@ -84949,7 +84949,7 @@
     </ol></li>
 
    <li><p><a href=#queue-a-task>Queue a task</a> to <a href=#fire-a-simple-event>fire a simple
-   event</a> named <code title=event-DOMContentLoaded>DOMContentLoaded</code> at the
+   event</a> that bubbles named <code title=event-DOMContentLoaded>DOMContentLoaded</code> at the
    <code><a href=#document>Document</a></code>.</li>
 
    <li><p><a href=#spin-the-event-loop>Spin the event loop</a> until the <a href=#set-of-scripts-that-will-execute-as-soon-as-possible>set of
@@ -95253,6 +95253,7 @@
   Nicholas Shanks,
   Nicholas Stimpson,
   Nicholas Zakas,
+  Nickolay Ponomarev,
   Nicolas Gallagher,
   Noah Mendelsohn,
   Noah Slater,

Modified: index
===================================================================
--- index	2010-08-04 23:04:52 UTC (rev 5239)
+++ index	2010-08-04 23:07:55 UTC (rev 5240)
@@ -77991,7 +77991,7 @@
     </ol></li>
 
    <li><p><a href=#queue-a-task>Queue a task</a> to <a href=#fire-a-simple-event>fire a simple
-   event</a> named <code title=event-DOMContentLoaded>DOMContentLoaded</code> at the
+   event</a> that bubbles named <code title=event-DOMContentLoaded>DOMContentLoaded</code> at the
    <code><a href=#document>Document</a></code>.</li>
 
    <li><p><a href=#spin-the-event-loop>Spin the event loop</a> until the <a href=#set-of-scripts-that-will-execute-as-soon-as-possible>set of
@@ -88445,6 +88445,7 @@
   Nicholas Shanks,
   Nicholas Stimpson,
   Nicholas Zakas,
+  Nickolay Ponomarev,
   Nicolas Gallagher,
   Noah Mendelsohn,
   Noah Slater,

Modified: source
===================================================================
--- source	2010-08-04 23:04:52 UTC (rev 5239)
+++ source	2010-08-04 23:07:55 UTC (rev 5240)
@@ -96877,7 +96877,7 @@
    </li>
 
    <li><p><span>Queue a task</span> to <span>fire a simple
-   event</span> named <code
+   event</span> that bubbles named <code
    title="event-DOMContentLoaded">DOMContentLoaded</code> at the
    <code>Document</code>.</p></li>
 
@@ -109262,6 +109262,7 @@
   Nicholas Shanks,
   Nicholas Stimpson,
   Nicholas Zakas,
+  Nickolay Ponomarev,
   Nicolas Gallagher,
   Noah Mendelsohn,
   Noah Slater,




More information about the Commit-Watchers mailing list