- From: poot <cvsmail@w3.org>
- Date: Thu, 19 Feb 2009 11:06:44 +0900 (JST)
- To: public-html-diffs@w3.org
Fix a couple of typos; remove a feature that has now been added from the todo list. (whatwg r2831) Index http://people.w3.org/mike/diffs/html5/spec/Overview.1.2002.html#index allow-same-origin http://people.w3.org/mike/diffs/html5/spec/Overview.1.2002.html#attr-iframe-sandbox-allow-same-origin Status of this document http://people.w3.org/mike/diffs/html5/spec/Overview.1.2002.html#status-of-this-document allow-scripts http://people.w3.org/mike/diffs/html5/spec/Overview.1.2002.html#attr-iframe-sandbox-allow-scripts A vocabulary and associated APIs for HTML and XHTML http://people.w3.org/mike/diffs/html5/spec/Overview.1.2002.html#a-vocabulary-and-associated-apis-for-html-and-xhtml W3C Working Draft 12 February 2009 http://people.w3.org/mike/diffs/html5/spec/Overview.1.2002.html#w3c-working-draft-12-february-year http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2001&r2=1.2002&f=h http://html5.org/tools/web-apps-tracker?from=2830&to=2831 =================================================================== 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 @@ <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><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:07:21 UTC