- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Jun 2009 23:01:42 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv18960
Modified Files:
Overview.html
Log Message:
Define ordering of 'load' event for <object> elements. (whatwg r3287)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2433
retrieving revision 1.2434
diff -u -d -r1.2433 -r1.2434
--- Overview.html 16 Jun 2009 22:56:44 -0000 1.2433
+++ Overview.html 16 Jun 2009 23:01:39 -0000 1.2434
@@ -16259,10 +16259,16 @@
<li><p>The element's contents are not part of what the
<code><a href="#the-object-element">object</a></code> element represents.</p>
- <li><p>Once the resource is completely loaded, <a href="#fire-a-simple-event">fire a
- simple event</a> called <code title="event-load"><a href="#event-load">load</a></code>
- at the element.</li> <!-- XXX ordering of events (like with
- iframe) -->
+ <li>
+
+ <p>Once the resource is completely loaded, <a href="#queue-a-task">queue a
+ task</a> to <a href="#fire-a-simple-event">fire a simple event</a> called <code title="event-load"><a href="#event-load">load</a></code> at the element.</p>
+
+ <p>The <a href="#task-source">task source</a> for this task<!--tasks mentioned
+ in this section--> is the <a href="#dom-manipulation-task-source">DOM manipulation task
+ source</a>.</p>
+
+ </li>
</ol></li>
Received on Tuesday, 16 June 2009 23:01:48 UTC