[html5] r5778 - [giow] (2) <iframe> should delay the load event of its parent between a load sta [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jan 11 15:55:41 PST 2011
Author: ianh
Date: 2011-01-11 15:55:40 -0800 (Tue, 11 Jan 2011)
New Revision: 5778
Modified:
complete.html
index
source
Log:
[giow] (2) <iframe> should delay the load event of its parent between a load starting and the parser starting.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11116
Modified: complete.html
===================================================================
--- complete.html 2011-01-11 23:39:28 UTC (rev 5777)
+++ complete.html 2011-01-11 23:55:40 UTC (rev 5778)
@@ -60378,6 +60378,12 @@
origin</a>, if it has one.</p> <!-- potentially http-origin
privacy sensitive -->
+ <p>The <a href=#fetch>fetch</a> algorithm must <a href=#delay-the-load-event>delay the load
+ event</a> of the <a href=#browsing-context>browsing context</a>.</p> <!-- this
+ is what makes <iframe> elements delay the load event of their
+ parent browsing context when their child browsing context is in
+ between this step and the step that starts the parser. -->
+
</li>
<li>
Modified: index
===================================================================
--- index 2011-01-11 23:39:28 UTC (rev 5777)
+++ index 2011-01-11 23:55:40 UTC (rev 5778)
@@ -60360,6 +60360,12 @@
origin</a>, if it has one.</p> <!-- potentially http-origin
privacy sensitive -->
+ <p>The <a href=#fetch>fetch</a> algorithm must <a href=#delay-the-load-event>delay the load
+ event</a> of the <a href=#browsing-context>browsing context</a>.</p> <!-- this
+ is what makes <iframe> elements delay the load event of their
+ parent browsing context when their child browsing context is in
+ between this step and the step that starts the parser. -->
+
</li>
<li>
Modified: source
===================================================================
--- source 2011-01-11 23:39:28 UTC (rev 5777)
+++ source 2011-01-11 23:55:40 UTC (rev 5778)
@@ -68605,6 +68605,12 @@
origin</span>, if it has one.</p> <!-- potentially http-origin
privacy sensitive -->
+ <p>The <span>fetch</span> algorithm must <span>delay the load
+ event</span> of the <span>browsing context</span>.</p> <!-- this
+ is what makes <iframe> elements delay the load event of their
+ parent browsing context when their child browsing context is in
+ between this step and the step that starts the parser. -->
+
</li>
<li>
More information about the Commit-Watchers
mailing list