- From: poot <cvsmail@w3.org>
- Date: Fri, 17 Jun 2011 05:53:30 -0400
- To: public-html-diffs@w3.org
hixie: Note that 'load' events don't fire on about:blank documents in <object> and <iframe> elements. This may have to change, though. (whatwg r6209) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4975&r2=1.4976&f=h http://html5.org/tools/web-apps-tracker?from=6208&to=6209 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4975 retrieving revision 1.4976 diff -u -d -r1.4975 -r1.4976 --- Overview.html 9 Jun 2011 22:36:57 -0000 1.4975 +++ Overview.html 9 Jun 2011 22:39:19 -0000 1.4976 @@ -19939,9 +19939,11 @@ jump to the <i title="">empty</i> step, if the user agent is processing this <code><a href="#the-iframe-element">iframe</a></code>'s attributes for the first time, then the user agent must <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-load">load</code> at the <code><a href="#the-iframe-element">iframe</a></code> - element. (After jumping to this step, the above steps are not - resumed.)</p> + <a href="#fire-a-simple-event">fire a simple event</a> named <code title="event-load">load</code> at the <code><a href="#the-iframe-element">iframe</a></code> element. + (After jumping to this step, the above steps are not resumed.) + <span class="note">No <code title="event-load">load</code> event + is fired at the <code><a href="#about:blank">about:blank</a></code> document + itself.</span></p> </dd> @@ -21171,7 +21173,8 @@ <code><a href="#about:blank">about:blank</a></code>, then, instead, the user agent must <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-load">load</code> at the - <code><a href="#the-object-element">object</a></code> element.</p> + <code><a href="#the-object-element">object</a></code> element. <span class="note">No <code title="event-load">load</code> event is fired at the + <code><a href="#about:blank">about:blank</a></code> document itself.</span></p> <p>The <code><a href="#the-object-element">object</a></code> element <a href="#represents">represents</a> the <a href="#nested-browsing-context">nested browsing context</a>.</p>
Received on Friday, 17 June 2011 09:53:35 UTC