[html5] r1653 - /
whatwg at whatwg.org
whatwg at whatwg.org
Tue May 20 21:40:44 PDT 2008
Author: ianh
Date: 2008-05-20 21:40:44 -0700 (Tue, 20 May 2008)
New Revision: 1653
Modified:
index
source
Log:
[e] (0) Oops, I put the bit about cookies under the wrong flag heading.
Modified: index
===================================================================
--- index 2008-05-21 04:32:02 UTC (rev 1652)
+++ index 2008-05-21 04:40:44 UTC (rev 1653)
@@ -14308,10 +14308,6 @@
attribute or the <code title=dom-open><a
href="#open2">window.open()</a></code> method.</p>
- <p>Finally, this flag <a href="#sandboxCookies">prevents script from
- reading the <code title=dom-document-cookies>document.cookies</code> DOM
- attribute</a>.</p>
-
<dt>The <dfn id=sandboxed0>sandboxed plugins browsing context flag</dfn>
<dd>
@@ -14336,6 +14332,10 @@
origin</a> for the purposes of the <a href="#origin0"
title=origin>same-origin policy</a>.</p>
+ <p>This flag also <a href="#sandboxCookies">prevents script from reading
+ the <code title=dom-document-cookies>document.cookies</code> DOM
+ attribute</a>.</p>
+
<div class=note>
<p>The <code title=attr-iframe-sandbox-allow-same-origin><a
href="#allow-same-origin">allow-same-origin</a></code> attribute is
Modified: source
===================================================================
--- source 2008-05-21 04:32:02 UTC (rev 1652)
+++ source 2008-05-21 04:40:44 UTC (rev 1653)
@@ -12327,11 +12327,6 @@
<code title="attr-hyperlink-target">target</code> attribute or the
<code title="dom-open">window.open()</code> method.</p>
- <p>Finally, this flag <a href="#sandboxCookies">prevents script
- from reading the <code
- title="dom-document-cookies">document.cookies</code> DOM
- attribute</a>.</p>
-
</dd>
@@ -12364,6 +12359,11 @@
origin</a> for the purposes of the <span
title="origin">same-origin policy</span>.</p>
+ <p>This flag also <a href="#sandboxCookies">prevents script from
+ reading the <code
+ title="dom-document-cookies">document.cookies</code> DOM
+ attribute</a>.</p>
+
<div class="note">
<p>The <code
More information about the Commit-Watchers
mailing list