[html5] r1775 - /

whatwg at whatwg.org whatwg at whatwg.org
Fri Jun 13 02:41:07 PDT 2008


Author: ianh
Date: 2008-06-13 02:41:07 -0700 (Fri, 13 Jun 2008)
New Revision: 1775

Modified:
   index
   source
Log:
[e] (0) document.cookie is underdefined

Modified: index
===================================================================
--- index	2008-06-13 09:31:51 UTC (rev 1774)
+++ index	2008-06-13 09:41:07 UTC (rev 1775)
@@ -2806,7 +2806,11 @@
    page to an <code title="">http:</code> page).
 
   <p>The <dfn id=cookie0 title=dom-document-cookie><code>cookie</code></dfn>
-   attribute represents the cookies of the resource.
+   attribute represents the cookies of the resource.</p>
+  <!-- XXX which
+  resource? e.g. document.open() should return the cookies of the
+  document that called document.open(), not of about:blank or the
+  document that had .open() called on, as I understand it. -->
 
   <p id=sandboxCookies>On getting, if the <a href="#sandboxed2">sandboxed
    origin browsing context flag</a> is set on the <a

Modified: source
===================================================================
--- source	2008-06-13 09:31:51 UTC (rev 1774)
+++ source	2008-06-13 09:41:07 UTC (rev 1775)
@@ -1072,7 +1072,10 @@
 
 
   <p>The <dfn title="dom-document-cookie"><code>cookie</code></dfn>
-  attribute represents the cookies of the resource.</p>
+  attribute represents the cookies of the resource.</p> <!-- XXX which
+  resource? e.g. document.open() should return the cookies of the
+  document that called document.open(), not of about:blank or the
+  document that had .open() called on, as I understand it. -->
 
   <p id="sandboxCookies">On getting, if the <span>sandboxed origin
   browsing context flag</span> is set on the <span>browsing




More information about the Commit-Watchers mailing list