- From: poot <cvsmail@w3.org>
- Date: Wed, 17 Jun 2009 08:01:54 +0900 (JST)
- To: public-html-diffs@w3.org
Define ordering of 'load' event for <object> elements. (whatwg r3287) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2433&r2=1.2434&f=h http://html5.org/tools/web-apps-tracker?from=3286&to=3287 =================================================================== 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:02:27 UTC