[html5] r7427 - [giow] (2) Make rel=noreferrer not clone sessionStorage Affected topics: HTML, W [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Oct 1 15:10:44 PDT 2012
Author: ianh
Date: 2012-10-01 15:10:42 -0700 (Mon, 01 Oct 2012)
New Revision: 7427
Modified:
complete.html
index
source
Log:
[giow] (2) Make rel=noreferrer not clone sessionStorage
Affected topics: HTML, Web Storage
Modified: complete.html
===================================================================
--- complete.html 2012-10-01 18:45:42 UTC (rev 7426)
+++ complete.html 2012-10-01 22:10:42 UTC (rev 7427)
@@ -67876,7 +67876,8 @@
created. If the given browsing context name is not <code title="">_blank</code>, then the new top-level browsing context's
name must be the given browsing context name (otherwise, it has
no name). The chosen browsing context must be this new browsing
- context.</p>
+ context. The creation of such a <a href=#browsing-context>browsing context</a> is
+ <dfn id=a-new-start-for-session-storage>a new start for session storage</dfn>.</p>
<p class=note>If it is immediately <a href=#navigate title=navigate>navigated</a>, then the navigation will be
done with <a href=#replacement-enabled>replacement enabled</a>.</dd>
@@ -87068,7 +87069,8 @@
a <a href=#concept-script title=concept-script>script</a> in an existing
<a href=#browsing-context>browsing context</a>, or by the user following a link in an
existing browsing context, or in some other way related to a
- specific <code><a href=#document>Document</a></code>, then the session storage area of the
+ specific <code><a href=#document>Document</a></code>, and the creation is not <a href=#a-new-start-for-session-storage>a
+ new start for session storage</a>, then the session storage area of the
<a href=#origin>origin</a> of that <code><a href=#document>Document</a></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
Modified: index
===================================================================
--- index 2012-10-01 18:45:42 UTC (rev 7426)
+++ index 2012-10-01 22:10:42 UTC (rev 7427)
@@ -67876,7 +67876,8 @@
created. If the given browsing context name is not <code title="">_blank</code>, then the new top-level browsing context's
name must be the given browsing context name (otherwise, it has
no name). The chosen browsing context must be this new browsing
- context.</p>
+ context. The creation of such a <a href=#browsing-context>browsing context</a> is
+ <dfn id=a-new-start-for-session-storage>a new start for session storage</dfn>.</p>
<p class=note>If it is immediately <a href=#navigate title=navigate>navigated</a>, then the navigation will be
done with <a href=#replacement-enabled>replacement enabled</a>.</dd>
@@ -87068,7 +87069,8 @@
a <a href=#concept-script title=concept-script>script</a> in an existing
<a href=#browsing-context>browsing context</a>, or by the user following a link in an
existing browsing context, or in some other way related to a
- specific <code><a href=#document>Document</a></code>, then the session storage area of the
+ specific <code><a href=#document>Document</a></code>, and the creation is not <a href=#a-new-start-for-session-storage>a
+ new start for session storage</a>, then the session storage area of the
<a href=#origin>origin</a> of that <code><a href=#document>Document</a></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
Modified: source
===================================================================
--- source 2012-10-01 18:45:42 UTC (rev 7426)
+++ source 2012-10-01 22:10:42 UTC (rev 7427)
@@ -79456,7 +79456,8 @@
title="">_blank</code>, then the new top-level browsing context's
name must be the given browsing context name (otherwise, it has
no name). The chosen browsing context must be this new browsing
- context.</p>
+ context. The creation of such a <span>browsing context</span> is
+ <dfn>a new start for session storage</dfn>.</p>
<p class="note">If it is immediately <span
title="navigate">navigated</span>, then the navigation will be
@@ -101117,7 +101118,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
More information about the Commit-Watchers
mailing list