- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 09 Jun 2011 22:39:23 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv6165 Modified Files: Overview.html Log Message: Note that 'load' events don't fire on about:blank documents in <object> and <iframe> elements. This may have to change, though. (whatwg r6209) Index: Overview.html =================================================================== 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 Thursday, 9 June 2011 22:39:25 UTC