- From: poot <cvsmail@w3.org>
- Date: Tue, 11 Jan 2011 21:38:59 -0500
- To: public-html-diffs@w3.org
hixie: <iframe> should delay the load event of its parent between a load
starting and the parser starting. (whatwg r5778)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4640&r2=1.4641&f=h
http://html5.org/tools/web-apps-tracker?from=5777&to=5778
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4640
retrieving revision 1.4641
diff -u -d -r1.4640 -r1.4641
--- Overview.html 11 Jan 2011 23:39:34 -0000 1.4640
+++ Overview.html 11 Jan 2011 23:55:45 -0000 1.4641
@@ -44261,6 +44261,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>
Received on Wednesday, 12 January 2011 02:39:01 UTC