[html5] r4773 - [giow] (2) Make blank <object>s with browsing contexts fire 'load' events when t [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Feb 17 18:41:39 PST 2010


Author: ianh
Date: 2010-02-17 18:41:37 -0800 (Wed, 17 Feb 2010)
New Revision: 4773

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Make blank <object>s with browsing contexts fire 'load' events when the browing context is created.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8837

Modified: complete.html
===================================================================
--- complete.html	2010-02-18 02:27:17 UTC (rev 4772)
+++ complete.html	2010-02-18 02:41:37 UTC (rev 4773)
@@ -21146,8 +21146,10 @@
        <dd>
 
         <p>The <code><a href=#the-object-element>object</a></code> element must be associated with a
-        <a href=#nested-browsing-context>nested browsing context</a>, if it does not already
-        have one. If the <a href=#url>URL</a> of the given resource is not
+        newly created <a href=#nested-browsing-context>nested browsing context</a>, if it does
+        not already have one.</p>
+
+        <p>If the <a href=#url>URL</a> of the given resource is not
         <code><a href=#about:blank>about:blank</a></code>, the element's <a href=#nested-browsing-context>nested browsing
         context</a> must then be <a href=#navigate title=navigate>navigated</a> to that resource, with
         <a href=#replacement-enabled>replacement enabled</a>, and with the
@@ -21158,6 +21160,12 @@
         browsing context gets further navigated to other
         locations.)</p>
 
+        <p>If the <a href=#url>URL</a> of the given resource <em>is</em>
+        <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>
+
         <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	2010-02-18 02:27:17 UTC (rev 4772)
+++ index	2010-02-18 02:41:37 UTC (rev 4773)
@@ -21048,8 +21048,10 @@
        <dd>
 
         <p>The <code><a href=#the-object-element>object</a></code> element must be associated with a
-        <a href=#nested-browsing-context>nested browsing context</a>, if it does not already
-        have one. If the <a href=#url>URL</a> of the given resource is not
+        newly created <a href=#nested-browsing-context>nested browsing context</a>, if it does
+        not already have one.</p>
+
+        <p>If the <a href=#url>URL</a> of the given resource is not
         <code><a href=#about:blank>about:blank</a></code>, the element's <a href=#nested-browsing-context>nested browsing
         context</a> must then be <a href=#navigate title=navigate>navigated</a> to that resource, with
         <a href=#replacement-enabled>replacement enabled</a>, and with the
@@ -21060,6 +21062,12 @@
         browsing context gets further navigated to other
         locations.)</p>
 
+        <p>If the <a href=#url>URL</a> of the given resource <em>is</em>
+        <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>
+
         <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	2010-02-18 02:27:17 UTC (rev 4772)
+++ source	2010-02-18 02:41:37 UTC (rev 4773)
@@ -22549,8 +22549,10 @@
        <dd>
 
         <p>The <code>object</code> element must be associated with a
-        <span>nested browsing context</span>, if it does not already
-        have one. If the <span>URL</span> of the given resource is not
+        newly created <span>nested browsing context</span>, if it does
+        not already have one.</p>
+
+        <p>If the <span>URL</span> of the given resource is not
         <code>about:blank</code>, the element's <span>nested browsing
         context</span> must then be <span
         title="navigate">navigated</span> to that resource, with
@@ -22563,6 +22565,12 @@
         browsing context gets further navigated to other
         locations.)</p>
 
+        <p>If the <span>URL</span> of the given resource <em>is</em>
+        <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>
+
         <p>The <code>object</code> element <span>represents</span> the
         <span>nested browsing context</span>.</p>
 




More information about the Commit-Watchers mailing list