- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 04 Aug 2010 23:08:05 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv19653 Modified Files: Overview.html Log Message: Make DOMContentLoaded bubble. (whatwg r5240) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4173 retrieving revision 1.4174 diff -u -d -r1.4173 -r1.4174 --- Overview.html 4 Aug 2010 23:04:58 -0000 1.4173 +++ Overview.html 4 Aug 2010 23:08:01 -0000 1.4174 @@ -59478,7 +59478,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 @@ -68382,6 +68382,7 @@ Nicholas Shanks, Nicholas Stimpson, Nicholas Zakas, + Nickolay Ponomarev, Nicolas Gallagher, Noah Mendelsohn, Noah Slater,
Received on Wednesday, 4 August 2010 23:08:06 UTC