html5/spec-author-view Overview.html,1.723,1.724 dom.html,1.574,1.575 spec.html,1.728,1.729

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv18816

Modified Files:
	Overview.html dom.html spec.html 
Log Message:
Define how .cookie works with text/html-sandboxed. (whatwg r4780)

[updated by splitter]


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.723
retrieving revision 1.724
diff -u -d -r1.723 -r1.724
--- Overview.html	18 Feb 2010 07:19:49 -0000	1.723
+++ Overview.html	18 Feb 2010 07:46:51 -0000	1.724
@@ -304,7 +304,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href="spec.html">single page HTML</a>,
     <a href="Overview.html">multipage HTML</a>.
-This is revision 1.3827.
+This is revision 1.3828.
    </p> 
    <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2009 <a href="http://www.w3.org/"><abbr title="World Wide

Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/dom.html,v
retrieving revision 1.574
retrieving revision 1.575
diff -u -d -r1.574 -r1.575
--- dom.html	17 Feb 2010 09:56:51 -0000	1.574
+++ dom.html	18 Feb 2010 07:46:51 -0000	1.575
@@ -465,10 +465,10 @@
     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>If the <code><a href="#document">Document</a></code> has no <a href="browsers.html#browsing-context">browsing
-    context</a> an <code><a href="urls.html#invalid_state_err">INVALID_STATE_ERR</a></code> exception will be
-    thrown. If the contents are <a href="#sandboxed-origin-browsing-context-flag" title="sandboxed origin browsing
-    context flag">sandboxed into a unique origin</a>, a
+    <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="urls.html#security_err">SECURITY_ERR</a></code> exception will be thrown.</p>
    </dd>
 

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.728
retrieving revision 1.729
diff -u -d -r1.728 -r1.729
--- spec.html	18 Feb 2010 07:19:49 -0000	1.728
+++ spec.html	18 Feb 2010 07:46:51 -0000	1.729
@@ -302,7 +302,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href=spec.html>single page HTML</a>,
     <a href=Overview.html>multipage HTML</a>.
-This is revision 1.3827.
+This is revision 1.3828.
    </p> 
    <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
    © 2009 <a href=http://www.w3.org/><abbr title="World Wide
@@ -2395,10 +2395,10 @@
     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>If the <code><a href=#document>Document</a></code> has no <a href=#browsing-context>browsing
-    context</a> an <code><a href=#invalid_state_err>INVALID_STATE_ERR</a></code> exception will be
-    thrown. If the contents are <a href=#sandboxed-origin-browsing-context-flag title="sandboxed origin browsing
-    context flag">sandboxed into a unique origin</a>, a
+    <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>
    </dd>
 

Received on Thursday, 18 February 2010 07:46:55 UTC