[html5] r7197 - [e] (0) Fix old obsolete text. Affected topics: Web Storage
whatwg at whatwg.org
whatwg at whatwg.org
Fri Jul 20 11:35:10 PDT 2012
Author: ianh
Date: 2012-07-20 11:35:08 -0700 (Fri, 20 Jul 2012)
New Revision: 7197
Modified:
complete.html
index
source
Log:
[e] (0) Fix old obsolete text.
Affected topics: Web Storage
Modified: complete.html
===================================================================
--- complete.html 2012-07-20 04:39:55 UTC (rev 7196)
+++ complete.html 2012-07-20 18:35:08 UTC (rev 7197)
@@ -84776,10 +84776,12 @@
be created, and then <em>that</em> is the <code><a href=#document>Document</a></code>'s
assigned session storage area. A <code><a href=#document>Document</a></code>'s assigned
storage area does not change during the lifetime of a
- <code><a href=#document>Document</a></code>, even in the case of a <a href=#nested-browsing-context>nested browsing
- context</a> (e.g. in an <code><a href=#the-iframe-element>iframe</a></code>) being moved to
- another <a href=#parent-browsing-context>parent browsing context</a>.</p>
+ <code><a href=#document>Document</a></code>.</p>
+ <p class=note>In the case of an <code><a href=#the-iframe-element>iframe</a></code> being moved to
+ another <code><a href=#document>Document</a></code>, the nested browsing context is
+ destroyed and a new one created.</p>
+
<p>The <code title=dom-sessionStorage><a href=#dom-sessionstorage>sessionStorage</a></code>
attribute must return a <code><a href=#storage-0>Storage</a></code> object associated with
the <code><a href=#document>Document</a></code>'s assigned session storage area, if any,
Modified: index
===================================================================
--- index 2012-07-20 04:39:55 UTC (rev 7196)
+++ index 2012-07-20 18:35:08 UTC (rev 7197)
@@ -84776,10 +84776,12 @@
be created, and then <em>that</em> is the <code><a href=#document>Document</a></code>'s
assigned session storage area. A <code><a href=#document>Document</a></code>'s assigned
storage area does not change during the lifetime of a
- <code><a href=#document>Document</a></code>, even in the case of a <a href=#nested-browsing-context>nested browsing
- context</a> (e.g. in an <code><a href=#the-iframe-element>iframe</a></code>) being moved to
- another <a href=#parent-browsing-context>parent browsing context</a>.</p>
+ <code><a href=#document>Document</a></code>.</p>
+ <p class=note>In the case of an <code><a href=#the-iframe-element>iframe</a></code> being moved to
+ another <code><a href=#document>Document</a></code>, the nested browsing context is
+ destroyed and a new one created.</p>
+
<p>The <code title=dom-sessionStorage><a href=#dom-sessionstorage>sessionStorage</a></code>
attribute must return a <code><a href=#storage-0>Storage</a></code> object associated with
the <code><a href=#document>Document</a></code>'s assigned session storage area, if any,
Modified: source
===================================================================
--- source 2012-07-20 04:39:55 UTC (rev 7196)
+++ source 2012-07-20 18:35:08 UTC (rev 7197)
@@ -98575,10 +98575,12 @@
be created, and then <em>that</em> is the <code>Document</code>'s
assigned session storage area. A <code>Document</code>'s assigned
storage area does not change during the lifetime of a
- <code>Document</code>, even in the case of a <span>nested browsing
- context</span> (e.g. in an <code>iframe</code>) being moved to
- another <span>parent browsing context</span>.</p>
+ <code>Document</code>.</p>
+ <p class="note">In the case of an <code>iframe</code> being moved to
+ another <code>Document</code>, the nested browsing context is
+ destroyed and a new one created.</p>
+
<p>The <code title="dom-sessionStorage">sessionStorage</code>
attribute must return a <code>Storage</code> object associated with
the <code>Document</code>'s assigned session storage area, if any,
More information about the Commit-Watchers
mailing list