html5/spec Overview.html,1.3659,1.3660

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv12095

Modified Files:
	Overview.html 
Log Message:
Make <iframe sandbox=''> block localStorage and openDatabase. (whatwg r4584)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3659
retrieving revision 1.3660
diff -u -d -r1.3659 -r1.3660
--- Overview.html	13 Jan 2010 01:39:50 -0000	1.3659
+++ Overview.html	13 Jan 2010 03:09:07 -0000	1.3660
@@ -16931,7 +16931,7 @@
 
     <p>This flag also <a href="#sandboxCookies">prevents script from
     reading the <code title="dom-document-cookie">document.cookie</code> IDL
-    attribute</a>.</p>
+    attribute</a>, and blocks access to <code title="dom-localStorage">localStorage</code> and <code title="dom-opendatabase">openDatabase()</code>.</p>
 
     <div class="note">
 

Received on Wednesday, 13 January 2010 03:09:12 UTC