[html5] r3287 - [] (0) Define ordering of 'load' event for <object> elements.

whatwg at whatwg.org whatwg at whatwg.org
Tue Jun 16 16:01:36 PDT 2009


Author: ianh
Date: 2009-06-16 16:01:34 -0700 (Tue, 16 Jun 2009)
New Revision: 3287

Modified:
   index
   source
Log:
[] (0) Define ordering of 'load' event for <object> elements.

Modified: index
===================================================================
--- index	2009-06-16 22:56:38 UTC (rev 3286)
+++ index	2009-06-16 23:01:34 UTC (rev 3287)
@@ -18770,11 +18770,17 @@
      <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>
 
    <li><p>If the <code title=attr-object-data><a href=#attr-object-data>data</a></code> attribute

Modified: source
===================================================================
--- source	2009-06-16 22:56:38 UTC (rev 3286)
+++ source	2009-06-16 23:01:34 UTC (rev 3287)
@@ -20014,11 +20014,18 @@
      <li><p>The element's contents are not part of what the
      <code>object</code> element represents.</p>
 
-     <li><p>Once the resource is completely loaded, <span>fire a
-     simple event</span> called <code title="event-load">load</code>
-     at the element.</p></li> <!-- XXX ordering of events (like with
-     iframe) -->
+     <li>
 
+      <p>Once the resource is completely loaded, <span>queue a
+      task</span> to <span>fire a simple event</span> called <code
+      title="event-load">load</code> at the element.</p>
+
+      <p>The <span>task source</span> for this task<!--tasks mentioned
+      in this section--> is the <span>DOM manipulation task
+      source</span>.</p>
+
+     </li>
+
     </ol>
 
    </li>




More information about the Commit-Watchers mailing list