Skip to content

Commit

Permalink
[giow] (2) Make <iframe src=''> changes more compatible with IE/Firefox.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@5218 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 28, 2010
1 parent b81bd2b commit ffbddce
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 21 deletions.
16 changes: 9 additions & 7 deletions complete.html
Expand Up @@ -21488,13 +21488,15 @@ <h4 id=the-iframe-element><span class=secno>4.8.2 </span>The <dfn><code>iframe</
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>

Expand Down
16 changes: 9 additions & 7 deletions index
Expand Up @@ -21412,13 +21412,15 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
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>

Expand Down
16 changes: 9 additions & 7 deletions source
Expand Up @@ -22876,13 +22876,15 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
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>

Expand Down

0 comments on commit ffbddce

Please sign in to comment.