- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 13 Jun 2008 09:41:14 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv23268
Modified Files:
Overview.html
Log Message:
document.cookie is underdefined (whatwg r1775)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.964
retrieving revision 1.965
diff -u -d -r1.964 -r1.965
--- Overview.html 13 Jun 2008 09:33:29 -0000 1.964
+++ Overview.html 13 Jun 2008 09:41:11 -0000 1.965
@@ -2910,7 +2910,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
Received on Friday, 13 June 2008 10:03:22 UTC