html5/spec Overview.html,1.3828,1.3829

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

Modified Files:
	Overview.html 
Log Message:
Try to clarify the cookie domintro. (whatwg r4781)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3828
retrieving revision 1.3829
diff -u -d -r1.3828 -r1.3829
--- Overview.html	18 Feb 2010 07:44:27 -0000	1.3828
+++ Overview.html	18 Feb 2010 07:49:23 -0000	1.3829
@@ -6039,11 +6039,12 @@
     applied to this resource, the empty string will be returned.</p>
     <p>Can be set, to add a new cookie to the element's set of HTTP
     cookies.</p>
-    <p>Cookies of <code><a href="#document">Document</a></code>s that weren't obtained by
-    downloading a resource from a Web site will always be blank, even
-    after being set. If the contents are <a href="#sandboxed-origin-browsing-context-flag" title="sandboxed origin
-    browsing context flag">sandboxed into a unique origin</a>, a
-    <code><a href="#security_err">SECURITY_ERR</a></code> exception will be thrown.</p>
+    <p>If the contents are <a href="#sandboxed-origin-browsing-context-flag" title="sandboxed origin browsing
+    context flag">sandboxed into a unique origin</a> (in an
+    <code><a href="#the-iframe-element">iframe</a></code> with the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox">sandbox</a></code> attribute) or the
+    resource was labeled as <code><a href="#text-html-sandboxed">text/html-sandboxed</a></code>, a
+    <code><a href="#security_err">SECURITY_ERR</a></code> exception will be thrown on getting and
+    setting.</p>
    </dd>
 
   </dl><div class="impl">

Received on Thursday, 18 February 2010 07:49:28 UTC