html5/spec Overview.html,1.3782,1.3783

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

Modified Files:
	Overview.html 
Log Message:
Make this sentence more useful. (whatwg r4736)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3782
retrieving revision 1.3783
diff -u -d -r1.3782 -r1.3783
--- Overview.html	14 Feb 2010 11:08:49 -0000	1.3782
+++ Overview.html	14 Feb 2010 11:24:32 -0000	1.3783
@@ -17146,7 +17146,8 @@
    <dd>
 
     <p>This flag <a href="#sandboxOrigin">forces content into a unique
-    origin</a> for the purposes of the <a href="#origin" title="origin">same-origin policy</a>.</p>
+    origin</a>, thus preventing it from accessing other content from
+    the same <a href="#origin">origin</a>.</p>
 
     <p>This flag also <a href="#sandboxCookies">prevents script from
     reading from or writing to the <code title="dom-document-cookie">document.cookie</code> IDL

Received on Sunday, 14 February 2010 11:24:37 UTC