[html5] r6209 - [e] (0) Note that 'load' events don't fire on about:blank documents in <object> [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jun 9 15:39:15 PDT 2011
Author: ianh
Date: 2011-06-09 15:39:13 -0700 (Thu, 09 Jun 2011)
New Revision: 6209
Modified:
complete.html
index
source
Log:
[e] (0) Note that 'load' events don't fire on about:blank documents in <object> and <iframe> elements. This may have to change, though.
Modified: complete.html
===================================================================
--- complete.html 2011-06-09 22:36:48 UTC (rev 6208)
+++ complete.html 2011-06-09 22:39:13 UTC (rev 6209)
@@ -23869,9 +23869,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>
@@ -25326,7 +25328,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>
Modified: index
===================================================================
--- index 2011-06-09 22:36:48 UTC (rev 6208)
+++ index 2011-06-09 22:39:13 UTC (rev 6209)
@@ -23859,9 +23859,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>
@@ -25319,7 +25321,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>
Modified: source
===================================================================
--- source 2011-06-09 22:36:48 UTC (rev 6208)
+++ source 2011-06-09 22:39:13 UTC (rev 6209)
@@ -25782,9 +25782,11 @@
processing this <code>iframe</code>'s attributes for the first
time, then the user agent must <span>queue a task</span> to
<span>fire a simple event</span> named <code
- title="event-load">load</code> at the <code>iframe</code>
- element. (After jumping to this step, the above steps are not
- resumed.)</p>
+ title="event-load">load</code> at the <code>iframe</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>about:blank</code> document
+ itself.</span></p>
</dd>
@@ -27425,7 +27427,9 @@
<code>about:blank</code>, then, instead, the user agent must
<span>queue a task</span> to <span>fire a simple event</span>
named <code title="event-load">load</code> at the
- <code>object</code> element.</p>
+ <code>object</code> element. <span class="note">No <code
+ title="event-load">load</code> event is fired at the
+ <code>about:blank</code> document itself.</span></p>
<p>The <code>object</code> element <span>represents</span> the
<span>nested browsing context</span>.</p>
More information about the Commit-Watchers
mailing list