html5/spec Overview.html,1.2001,1.2002

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29845

Modified Files:
	Overview.html 
Log Message:
Fix a couple of typos; remove a feature that has now been added from the todo list. (whatwg r2831)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2001
retrieving revision 1.2002
diff -u -d -r1.2001 -r1.2002
--- Overview.html	18 Feb 2009 03:27:21 -0000	1.2001
+++ Overview.html	19 Feb 2009 02:03:16 -0000	1.2002
@@ -10,7 +10,7 @@
    <p><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p>
    <h1>HTML 5</h1>
    <h2 class="no-num no-toc" id=a-vocabulary-and-associated-apis-for-html-and-xhtml>A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id=w3c-working-draft-12-february-year><!--ZZZ:--> W3C Working Draft 12 February 2009<!-- fix date ZZZ --><!-- Editor's Draft 18 February 2009 --><!--:ZZZ--></h2>
+   <h2 class="no-num no-toc" id=w3c-working-draft-12-february-year><!--ZZZ:--> W3C Working Draft 12 February 2009<!-- fix date ZZZ --><!-- Editor's Draft 19 February 2009 --><!--:ZZZ--></h2>
    <dl><!-- ZZZ: update the month/day (twice), uncomment out --><dt>This Version:</dt>
     <dd><a href=http://www.w3.org/TR/2009/WD-html5-20090212/>http://www.w3.org/TR/2009/WD-html5-20090212/</a></dd>
 <!-- :ZZZ -->
@@ -100,7 +100,7 @@
   track.
   <!--ZZZ:-->
   This specification is the 12 February 2009 Working Draft.
-  <!-- This specification is the 18 February 2009 Editor's Draft. -->
+  <!-- This specification is the 19 February 2009 Editor's Draft. -->
   <!--:ZZZ-->
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href=http://www.whatwg.org/>WHATWG</a>. The two specifications are
   identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
@@ -13699,7 +13699,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>
@@ -13778,7 +13778,7 @@
 &lt;iframe sandbox src="getusercontent.cgi?id=12193"&gt;&lt;/iframe&gt;</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><div class=example>
@@ -48730,7 +48730,6 @@
   and support.</p><!-- Hopefully Kam won't notice he's covered by these
   acknowledgements three times! --><!--
 TODO (or delay):
- XXX * simple color picker
  XXX * in-window modal dialogs
         - escape/enter handling
         - dragging the window out of the tab

Received on Thursday, 19 February 2009 02:03:27 UTC