Skip to content

Commit

Permalink
[e] (0) Clarify that iframe seamless can be dynamically set.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2825 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 13, 2009
1 parent f7eca9d commit 1782006
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
9 changes: 4 additions & 5 deletions index
Expand Up @@ -16915,10 +16915,7 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>

</li>

</ul><p class=XXX>Parts of the above might get moved into the
rendering section at some point.</p>

<p>If the attribute is not specified, or if the <a href=#origin-0>origin</a>
</ul><p>If the attribute is not specified, or if the <a href=#origin-0>origin</a>
conditions listed above are not met, then the user agent should
render the <a href=#nested-browsing-context>nested browsing context</a> in a manner that is
clearly distinguishable as a separate <a href=#browsing-context>browsing context</a>,
Expand All @@ -16931,6 +16928,9 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
changes, such that the <a href=#seamless-browsing-context-flag>seamless browsing context flag</a>
gets unset if the <a href=#nested-browsing-context>nested browsing context</a> is <a href=#navigate title=navigate>navigated</a> to another origin.</p>

<p class=note>The attribute can be set or removed dynamically,
with the rendering updating in tandem.</p>

<div class=example>

<p>In this example, the site's navigation is embedded using a
Expand All @@ -16950,7 +16950,6 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
</div>



<hr><p>The <code><a href=#the-iframe-element>iframe</a></code> element supports <a href=#dimension-attributes>dimension
attributes</a> for cases where the embedded content has specific
dimensions (e.g. ad units have well-defined dimensions).</p>
Expand Down
8 changes: 3 additions & 5 deletions source
Expand Up @@ -18054,9 +18054,6 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>

</ul>

<p class="XXX">Parts of the above might get moved into the
rendering section at some point.</p>

<p>If the attribute is not specified, or if the <span>origin</span>
conditions listed above are not met, then the user agent should
render the <span>nested browsing context</span> in a manner that is
Expand All @@ -18071,6 +18068,9 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
gets unset if the <span>nested browsing context</span> is <span
title="navigate">navigated</span> to another origin.</p>

<p class="note">The attribute can be set or removed dynamically,
with the rendering updating in tandem.</p>

<div class="example">

<p>In this example, the site's navigation is embedded using a
Expand All @@ -18090,11 +18090,9 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
</div>



<hr>



<p>The <code>iframe</code> element supports <span>dimension
attributes</span> for cases where the embedded content has specific
dimensions (e.g. ad units have well-defined dimensions).</p>
Expand Down

0 comments on commit 1782006

Please sign in to comment.