- From: poot <cvsmail@w3.org>
- Date: Fri, 26 Jun 2009 17:43:35 +0900 (JST)
- To: public-html-diffs@w3.org
Move openDatabase(), localStorage, and sessionStorage from HTML5 to Web Storage. Make it clearer where constructors are supposed to be visible. (whatwg r3325) http://dev.w3.org/cvsweb/html5/eventsource/Overview.html?r1=1.34&r2=1.35&f=h http://html5.org/tools/web-apps-tracker?from=3324&to=3325 =================================================================== RCS file: /sources/public/html5/eventsource/Overview.html,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- Overview.html 23 Jun 2009 01:33:55 -0000 1.34 +++ Overview.html 26 Jun 2009 08:43:08 -0000 1.35 @@ -166,7 +166,7 @@ <h1>Server-Sent Events</h1> <!--ZZZ:--> <!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>--> - <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 23 June 2009</h2> + <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 26 June 2009</h2> <!--:ZZZ--> <dl><!-- ZZZ: update the month/day (twice), (un)comment out <dt>This Version:</dt> @@ -232,7 +232,7 @@ specification's progress along the W3C Recommendation track. <!--ZZZ:--> <!-- This specification is the 23 April 2009 Working Draft. --> - This specification is the 23 June 2009 Editor's Draft. + This specification is the 26 June 2009 Editor's Draft. <!--:ZZZ--> </p><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February 2004 W3C Patent Policy</a>. W3C maintains a <a href="http://www.w3.org/2004/01/pp-impl/42538/status" rel="disclosure">public list of @@ -349,7 +349,9 @@ </li> - </ol><p>The <dfn id="dom-eventsource-url" title="dom-EventSource-URL"><code>URL</code></dfn> + </ol><p>This constructor must be visible when the <span>script's global + scope</span> is either a <code>Window</code> object or an object + implementing the <code>WorkerUtils interface.</code><hr><p>The <dfn id="dom-eventsource-url" title="dom-EventSource-URL"><code>URL</code></dfn> attribute must return the <span>absolute URL</span> that resulted from <span title="resolve a url">resolving</span> the value that was passed to the constructor.<p>The <dfn id="dom-eventsource-readystate" title="dom-EventSource-readyState"><code>readyState</code></dfn>
Received on Friday, 26 June 2009 08:44:17 UTC