- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 04 Aug 2010 23:16:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv20626
Modified Files:
acknowledgements.html spec.html the-end.html
Log Message:
Make DOMContentLoaded bubble. (whatwg r5240)
[updated by splitter]
Index: the-end.html
===================================================================
RCS file: /sources/public/html5/spec/the-end.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- the-end.html 2 Jul 2010 23:06:48 -0000 1.6
+++ the-end.html 4 Aug 2010 23:16:45 -0000 1.7
@@ -362,7 +362,7 @@
</li></ol></li>
<li><p><a href="webappapis.html#queue-a-task">Queue a task</a> to <a href="webappapis.html#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="infrastructure.html#document">Document</a></code>.</p></li>
<li><p><a href="webappapis.html#spin-the-event-loop">Spin the event loop</a> until the <a href="scripting-1.html#set-of-scripts-that-will-execute-as-soon-as-possible">set of
Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec/acknowledgements.html,v
retrieving revision 1.1017
retrieving revision 1.1018
diff -u -d -r1.1017 -r1.1018
--- acknowledgements.html 4 Aug 2010 23:06:47 -0000 1.1017
+++ acknowledgements.html 4 Aug 2010 23:16:45 -0000 1.1018
@@ -705,6 +705,7 @@
Nicholas Shanks,
Nicholas Stimpson,
Nicholas Zakas,
+ Nickolay Ponomarev,
Nicolas Gallagher,
Noah Mendelsohn,
Noah Slater,
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1106
retrieving revision 1.1107
diff -u -d -r1.1106 -r1.1107
--- spec.html 4 Aug 2010 23:06:47 -0000 1.1106
+++ spec.html 4 Aug 2010 23:16:45 -0000 1.1107
@@ -333,7 +333,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">author edition</a>.
-This is revision 1.4173.
+This is revision 1.4174.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Wednesday, 4 August 2010 23:16:48 UTC