spec/Overview.html 1.1996 2825 Clarify that iframe seamless can be dyna

Clarify that iframe seamless can be dynamically set. (whatwg r2825)

seamless browsing context flag
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1996.html#seamless-browsing-context-flag

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1995&r2=1.1996&f=h
http://html5.org/tools/web-apps-tracker?from=2824&to=2825

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1995
retrieving revision 1.1996
diff -u -d -r1.1995 -r1.1996
--- Overview.html 13 Feb 2009 23:18:45 -0000 1.1995
+++ Overview.html 13 Feb 2009 23:21:50 -0000 1.1996
@@ -13869,8 +13869,7 @@
 
    </li>
 
-  </ul><p class=XXX>Parts of the above might get moved into the
-  rendering section at some point.<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>,
@@ -13879,7 +13878,8 @@
   above conditions whenever the <a href=#active-document>active document</a> of the
   <a href=#nested-browsing-context>nested browsing context</a> of the <code><a href=#the-iframe-element>iframe</a></code>
   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.<div class=example>
+  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 class=note>The attribute can be set or removed dynamically,
+  with the rendering updating in tandem.<div class=example>
 
    <p>In this example, the site's navigation is embedded using a
    client-side include using an <code><a href=#the-iframe-element>iframe</a></code>. Any links in the

Received on Friday, 13 February 2009 23:27:02 UTC