html5/spec-author-view Overview.html,1.724,1.725 dom.html,1.575,1.576 spec.html,1.729,1.730

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

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

[updated by splitter]


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.724
retrieving revision 1.725
diff -u -d -r1.724 -r1.725
--- Overview.html	18 Feb 2010 07:46:51 -0000	1.724
+++ Overview.html	18 Feb 2010 07:56:49 -0000	1.725
@@ -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.3828.
+This is revision 1.3829.
    </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.575
retrieving revision 1.576
diff -u -d -r1.575 -r1.576
--- dom.html	18 Feb 2010 07:46:51 -0000	1.575
+++ dom.html	18 Feb 2010 07:56:50 -0000	1.576
@@ -465,11 +465,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="urls.html#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.html#the-iframe-element">iframe</a></code> with the <code title="attr-iframe-sandbox"><a href="the-iframe-element.html#attr-iframe-sandbox">sandbox</a></code> attribute) or the
+    resource was labeled as <code><a href="iana.html#text-html-sandboxed">text/html-sandboxed</a></code>, a
+    <code><a href="urls.html#security_err">SECURITY_ERR</a></code> exception will be thrown on getting and
+    setting.</p>
    </dd>
 
   </dl><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-lastmodified"><a href="#dom-document-lastmodified">lastModified</a></code></dt>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.729
retrieving revision 1.730
diff -u -d -r1.729 -r1.730
--- spec.html	18 Feb 2010 07:46:51 -0000	1.729
+++ spec.html	18 Feb 2010 07:56:50 -0000	1.730
@@ -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.3828.
+This is revision 1.3829.
    </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,11 +2395,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><dl class=domintro><dt><var title="">document</var> . <code title=dom-document-lastmodified><a href=#dom-document-lastmodified>lastModified</a></code></dt>

Received on Thursday, 18 February 2010 07:56:54 UTC