- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 28 Jul 2010 22:30:59 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv6602 Modified Files: Overview.html Log Message: Make <iframe src=''> changes more compatible with IE/Firefox. (whatwg r5218) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4152 retrieving revision 1.4153 diff -u -d -r1.4152 -r1.4153 --- Overview.html 28 Jul 2010 22:19:49 -0000 1.4152 +++ Overview.html 28 Jul 2010 22:30:55 -0000 1.4153 @@ -18417,13 +18417,15 @@ document's <a href="#browsing-context">browsing context</a> as the <a href="#source-browsing-context">source browsing context</a>.</p> - <p>Furthermore, if the <a href="#process-the-iframe-attributes">process the <code>iframe</code> - attributes</a> algorithm was invoked for the first time for this - element (i.e. as a result of the element being <a href="#insert-an-element-into-a-document" title="insert - an element into a document">inserted into a document</a>), then - any <a href="#navigate" title="navigate">navigation</a> required of the user - agent in that algorithm must be completed with <a href="#replacement-enabled">replacement - enabled</a>.</p> + <p>Furthermore, if the <a href="#browsing-context">browsing context</a>'s <a href="#session-history">session + history</a> contained only one <code><a href="#document">Document</a></code> when the + <a href="#process-the-iframe-attributes">process the <code>iframe</code> attributes</a> algorithm + was invoked, and that was the <code><a href="#about:blank">about:blank</a></code> + <code><a href="#document">Document</a></code> created when the <a href="#browsing-context">browsing context</a> + was created, then any <a href="#navigate" title="navigate">navigation</a> + required of the user agent in that algorithm must be completed with + <a href="#replacement-enabled">replacement enabled</a>.</p> <!-- see also the note near + similar text for the location.assign() method --> </div><p class="note">If, when the element is created, the <code title="attr-iframe-srcdoc"><a href="#attr-iframe-srcdoc">srcdoc</a></code> attribute is not set, and the <code title="attr-iframe-src"><a href="#attr-iframe-src">src</a></code> attribute is either
Received on Wednesday, 28 July 2010 22:31:01 UTC