html5/webstorage Overview.html,1.192,1.193

Update of /sources/public/html5/webstorage
In directory hutz:/tmp/cvs-serv31359

Modified Files:
	Overview.html 
Log Message:
Fix old obsolete text. (whatwg r7197)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webstorage/Overview.html,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -d -r1.192 -r1.193
--- Overview.html	20 Jul 2012 04:05:31 -0000	1.192
+++ Overview.html	20 Jul 2012 18:35:14 -0000	1.193
@@ -726,9 +726,11 @@
   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"><a href="#dom-sessionstorage">sessionStorage</a></code>
   attribute must return a <code><a href="#storage-0">Storage</a></code> object associated with

Received on Friday, 20 July 2012 18:35:17 UTC