[html5] r7649 - [giow] (3) Don't fire 'load' on already-loaded windows. Affected topics: DOM APIs
whatwg at whatwg.org
whatwg at whatwg.org
Fri Jan 25 15:49:44 PST 2013
Author: ianh
Date: 2013-01-25 15:49:43 -0800 (Fri, 25 Jan 2013)
New Revision: 7649
Modified:
complete.html
index
source
Log:
[giow] (3) Don't fire 'load' on already-loaded windows.
Affected topics: DOM APIs
Modified: complete.html
===================================================================
--- complete.html 2013-01-24 23:45:37 UTC (rev 7648)
+++ complete.html 2013-01-25 23:49:43 UTC (rev 7649)
@@ -248,7 +248,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 24 January 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 25 January 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -66943,7 +66943,9 @@
paragraph.</p>
<p>If <var title="">url</var> <em>is</em>
- "<code><a href=#about:blank>about:blank</a></code>", the user agent must instead <a href=#queue-a-task>queue
+ "<code><a href=#about:blank>about:blank</a></code>", and the <a href=#browsing-context>browsing context</a> was just created as
+ part of <a href=#the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name>the rules for choosing a browsing context given a
+ browsing context name</a>, then the user agent must instead <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 selected <a href=#browsing-context>browsing
context</a>'s <code><a href=#window>Window</a></code> object, but with its <code title=dom-event-target><a href=#dom-event-target>target</a></code> set to the selected
<a href=#browsing-context>browsing context</a>'s <code><a href=#window>Window</a></code> object's
Modified: index
===================================================================
--- index 2013-01-24 23:45:37 UTC (rev 7648)
+++ index 2013-01-25 23:49:43 UTC (rev 7649)
@@ -248,7 +248,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 24 January 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 25 January 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -66943,7 +66943,9 @@
paragraph.</p>
<p>If <var title="">url</var> <em>is</em>
- "<code><a href=#about:blank>about:blank</a></code>", the user agent must instead <a href=#queue-a-task>queue
+ "<code><a href=#about:blank>about:blank</a></code>", and the <a href=#browsing-context>browsing context</a> was just created as
+ part of <a href=#the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name>the rules for choosing a browsing context given a
+ browsing context name</a>, then the user agent must instead <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 selected <a href=#browsing-context>browsing
context</a>'s <code><a href=#window>Window</a></code> object, but with its <code title=dom-event-target><a href=#dom-event-target>target</a></code> set to the selected
<a href=#browsing-context>browsing context</a>'s <code><a href=#window>Window</a></code> object's
Modified: source
===================================================================
--- source 2013-01-24 23:45:37 UTC (rev 7648)
+++ source 2013-01-25 23:49:43 UTC (rev 7649)
@@ -78371,7 +78371,9 @@
paragraph.</p>
<p>If <var title="">url</var> <em>is</em>
- "<code>about:blank</code>", the user agent must instead <span>queue
+ "<code>about:blank</code>", and the <span>browsing context</span> was just created as
+ part of <span>the rules for choosing a browsing context given a
+ browsing context name</span>, then the user agent must instead <span>queue
a task</span> to <span>fire a simple event</span> named <code
title="event-load">load</code> at the selected <span>browsing
context</span>'s <code>Window</code> object, but with its <code
More information about the Commit-Watchers
mailing list