- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 13 Feb 2009 23:21:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv21456 Modified Files: Overview.html Log Message: Clarify that iframe seamless can be dynamically set. (whatwg r2825) Index: Overview.html =================================================================== 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:22:02 UTC