[html5] r2825 - [e] (0) Clarify that iframe seamless can be dynamically set.
whatwg at whatwg.org
whatwg at whatwg.org
Fri Feb 13 15:21:45 PST 2009
Author: ianh
Date: 2009-02-13 15:21:45 -0800 (Fri, 13 Feb 2009)
New Revision: 2825
Modified:
index
source
Log:
[e] (0) Clarify that iframe seamless can be dynamically set.
Modified: index
===================================================================
--- index 2009-02-13 23:18:39 UTC (rev 2824)
+++ index 2009-02-13 23:21:45 UTC (rev 2825)
@@ -16915,10 +16915,7 @@
</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>,
@@ -16931,6 +16928,9 @@
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
@@ -16950,7 +16950,6 @@
</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>
Modified: source
===================================================================
--- source 2009-02-13 23:18:39 UTC (rev 2824)
+++ source 2009-02-13 23:21:45 UTC (rev 2825)
@@ -18054,9 +18054,6 @@
</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
@@ -18071,6 +18068,9 @@
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
@@ -18090,11 +18090,9 @@
</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>
More information about the Commit-Watchers
mailing list