[html5] r2831 - [e] (0) Fix a couple of typos; remove a feature that has now been added from the [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Feb 18 18:03:10 PST 2009
Author: ianh
Date: 2009-02-18 18:03:09 -0800 (Wed, 18 Feb 2009)
New Revision: 2831
Modified:
index
source
Log:
[e] (0) Fix a couple of typos; remove a feature that has now been added from the todo list.
Modified: index
===================================================================
--- index 2009-02-18 03:27:16 UTC (rev 2830)
+++ index 2009-02-19 02:03:09 UTC (rev 2831)
@@ -34,7 +34,7 @@
<div class=head>
<p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<h1>HTML 5</h1>
- <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 18 February 2009</h2>
+ <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 19 February 2009</h2>
<p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<dl><dt>Multiple-page version:</dt>
@@ -16738,7 +16738,7 @@
origin</a> for the purposes of the <a href=#origin-0 title=origin>same-origin policy</a>.</p>
<p>This flag also <a href=#sandboxCookies>prevents script from
- reading the <code title=dom-document-cookies>document.cookies</code> DOM
+ reading the <code title=dom-document-cookie>document.cookie</code> DOM
attribute</a>.</p>
<div class=note>
@@ -16819,7 +16819,7 @@
<iframe sandbox src="getusercontent.cgi?id=12193"></iframe></pre>
<p>Note that cookies are still send to the server in the <code title="">getusercontent.cgi</code> request, though they are not
- visible in the <code title=dom-document-cookies>document.cookies</code> DOM
+ visible in the <code title=dom-document-cookie><a href=#dom-document-cookie>document.cookie</a></code> DOM
attribute.</p>
</div>
@@ -59231,7 +59231,6 @@
<!--
TODO (or delay):
- XXX * simple color picker
XXX * in-window modal dialogs
- escape/enter handling
- dragging the window out of the tab
Modified: source
===================================================================
--- source 2009-02-18 03:27:16 UTC (rev 2830)
+++ source 2009-02-19 02:03:09 UTC (rev 2831)
@@ -17861,7 +17861,7 @@
<p>This flag also <a href="#sandboxCookies">prevents script from
reading the <code
- title="dom-document-cookies">document.cookies</code> DOM
+ title="dom-document-cookie">document.cookie</code> DOM
attribute</a>.</p>
<div class="note">
@@ -17950,7 +17950,7 @@
<p>Note that cookies are still send to the server in the <code
title="">getusercontent.cgi</code> request, though they are not
visible in the <code
- title="dom-document-cookies">document.cookies</code> DOM
+ title="dom-document-cookie">document.cookie</code> DOM
attribute.</p>
</div>
@@ -65047,7 +65047,6 @@
<!--
TODO (or delay):
- XXX * simple color picker
XXX * in-window modal dialogs
- escape/enter handling
- dragging the window out of the tab
More information about the Commit-Watchers
mailing list