[html5] r5218 - [giow] (2) Make <iframe src=''> changes more compatible with IE/Firefox.
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jul 28 15:30:52 PDT 2010
Author: ianh
Date: 2010-07-28 15:30:50 -0700 (Wed, 28 Jul 2010)
New Revision: 5218
Modified:
complete.html
index
source
Log:
[giow] (2) Make <iframe src=''> changes more compatible with IE/Firefox.
Modified: complete.html
===================================================================
--- complete.html 2010-07-28 22:19:44 UTC (rev 5217)
+++ complete.html 2010-07-28 22:30:50 UTC (rev 5218)
@@ -21488,13 +21488,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>
Modified: index
===================================================================
--- index 2010-07-28 22:19:44 UTC (rev 5217)
+++ index 2010-07-28 22:30:50 UTC (rev 5218)
@@ -21412,13 +21412,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>
Modified: source
===================================================================
--- source 2010-07-28 22:19:44 UTC (rev 5217)
+++ source 2010-07-28 22:30:50 UTC (rev 5218)
@@ -22876,13 +22876,15 @@
document's <span>browsing context</span> as the <span>source
browsing context</span>.</p>
- <p>Furthermore, if the <span>process the <code>iframe</code>
- attributes</span> algorithm was invoked for the first time for this
- element (i.e. as a result of the element being <span title="insert
- an element into a document">inserted into a document</span>), then
- any <span title="navigate">navigation</span> required of the user
- agent in that algorithm must be completed with <span>replacement
- enabled</span>.</p>
+ <p>Furthermore, if the <span>browsing context</span>'s <span>session
+ history</span> contained only one <code>Document</code> when the
+ <span>process the <code>iframe</code> attributes</span> algorithm
+ was invoked, and that was the <code>about:blank</code>
+ <code>Document</code> created when the <span>browsing context</span>
+ was created, then any <span title="navigate">navigation</span>
+ required of the user agent in that algorithm must be completed with
+ <span>replacement enabled</span>.</p> <!-- see also the note near
+ similar text for the location.assign() method -->
</div>
More information about the Commit-Watchers
mailing list