- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 20 Jan 2010 01:08:35 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8451
Modified Files:
Overview.html
Log Message:
Clarify that sandbox='' also blocks writing cookies. (whatwg r4617)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3677
retrieving revision 1.3678
diff -u -d -r1.3677 -r1.3678
--- Overview.html 20 Jan 2010 00:49:55 -0000 1.3677
+++ Overview.html 20 Jan 2010 01:08:32 -0000 1.3678
@@ -16939,7 +16939,7 @@
origin</a> for the purposes of the <a href="#origin" title="origin">same-origin policy</a>.</p>
<p>This flag also <a href="#sandboxCookies">prevents script from
- reading the <code title="dom-document-cookie">document.cookie</code> IDL
+ reading from or writing to the <code title="dom-document-cookie">document.cookie</code> IDL
attribute</a>, and blocks access to <code title="dom-localStorage">localStorage</code> and <code title="dom-opendatabase">openDatabase()</code>.</p>
<div class="note">
@@ -67278,6 +67278,7 @@
Charles Iliya Krempeaux,
Charles McCathieNevile,
Chris Cressman,
+ Chris Evans,
Chris Morris,
Chris Pearce,
Christian Biesinger,
Received on Wednesday, 20 January 2010 01:08:36 UTC