- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 11 Jan 2011 23:55:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv6865 Modified Files: Overview.html Log Message: <iframe> should delay the load event of its parent between a load starting and the parser starting. (whatwg r5778) Index: Overview.html =================================================================== 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 Tuesday, 11 January 2011 23:55:50 UTC