- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 01 Oct 2012 22:10:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webstorage
In directory hutz:/tmp/cvs-serv4778
Modified Files:
Overview.html
Log Message:
Make rel=noreferrer not clone sessionStorage (whatwg r7427)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webstorage/Overview.html,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -d -r1.199 -r1.200
--- Overview.html 27 Sep 2012 23:14:39 -0000 1.199
+++ Overview.html 1 Oct 2012 22:10:47 -0000 1.200
@@ -215,7 +215,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>Web Storage</h1>
- <h2 class="no-num no-toc" id="editor-s-draft-27-september-2012">Editor's Draft 27 September 2012</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-1-october-2012">Editor's Draft 1 October 2012</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/webstorage/">http://www.w3.org/TR/webstorage/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -353,7 +353,7 @@
</dl><p>The W3C <a href="http://www.w3.org/2008/webapps/">Web Applications
Working Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation track.
- This specification is the 27 September 2012 Editor's Draft.
+ This specification is the 1 October 2012 Editor's Draft.
</p>
@@ -747,7 +747,8 @@
a <span title="concept-script">script</span> in an existing
<span>browsing context</span>, or by the user following a link in an
existing browsing context, or in some other way related to a
- specific <code>Document</code>, then the session storage area of the
+ specific <code>Document</code>, and the creation is not <span>a
+ new start for session storage</span>, then the session storage area of the
<span>origin</span> of that <code>Document</code> must be copied
into the new browsing context when it is created. From that point
on, however, the two session storage areas must be considered
Received on Monday, 1 October 2012 22:10:51 UTC