- From: poot <cvsmail@w3.org>
- Date: Tue, 24 Mar 2009 11:19:16 +0900 (JST)
- To: public-html-diffs@w3.org
Remove the commented-out notification API. (whatwg r) 5.4 Interface objects and constructors http://people.w3.org/mike/diffs/html5/workers/Overview.1.92.html#interface-objects-and-constructors Editor's Draft 24 March 2009 http://people.w3.org/mike/diffs/html5/workers/Overview.1.92.html#editor-s-draft-date-zzz-9-june-2008 5 APIs available to workers http://people.w3.org/mike/diffs/html5/workers/Overview.1.92.html#apis-available-to-workers Status of this document http://people.w3.org/mike/diffs/html5/workers/Overview.1.92.html#status-of-this-document 5.3 APIs defined in other specifications http://people.w3.org/mike/diffs/html5/workers/Overview.1.92.html#apis-defined-in-other-specifications http://people.w3.org/mike/diffs/html5/workers/Overview.diff.html http://dev.w3.org/cvsweb/html5/workers/Overview.html?r1=1.91&r2=1.92&f=h =================================================================== RCS file: /sources/public/html5/workers/Overview.html,v retrieving revision 1.91 retrieving revision 1.92 diff -u -d -r1.91 -r1.92 --- Overview.html 23 Mar 2009 23:57:37 -0000 1.91 +++ Overview.html 24 Mar 2009 02:18:54 -0000 1.92 @@ -145,7 +145,7 @@ </style><link href=http://www.w3.org/StyleSheets/TR/%57%33%43-ED rel=stylesheet type=text/css><!-- ZZZ ED vs WD --><div class=head> <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>Web Workers</h1> - <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->23 March 2009</h2> + <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->24 March 2009</h2> <dl><!-- ZZZ: update the month/day <dt>This Version:</dt> <dd><a href="http://www.w3.org/TR/2009/WD-workers-20090101/">http://www.w3.org/TR/2009/WD-workers-20090101/</a></dd> @@ -214,7 +214,7 @@ Working Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. <!--ZZZ:--> - This specification is the 23 March 2009 <!--ZZZ "Working Draft"-->Editor's Draft. + This specification is the 24 March 2009 <!--ZZZ "Working Draft"-->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 specify a part of the Web @@ -1681,8 +1681,7 @@ </ol><h2 id=apis-available-to-workers><span class=secno>5 </span>APIs available to workers</h2><!-- the XXX below is for collapsing this interface onto WorkerGlobalScope so it looks like just one interface - the inheritance is a spec fiction only --><pre class=idl>[NoInterfaceObject, ImplementedOn=WorkerGlobalScope, XXX] interface <dfn id=workerutils>WorkerUtils</dfn> { void <a href=#dom-workerglobalscope-importscripts title=dom-WorkerGlobalScope-importScripts>importScripts</a>([Variadic] in DOMString urls); readonly attribute <a href=#navigator>Navigator</a> <a href=#dom-navigator title=dom-navigator>navigator</a>; - <span>Database</span> <a href=#dom-opendatabase title=dom-opendatabase>openDatabase</a>(in DOMString name, in DOMString version, in DOMString displayName, in unsigned long estimatedSize);<!-- - void <span title="dom-showNotification">showNotification</span>(in DOMString title, in DOMString subtitle, in DOMString description, [Optional] in VoidCallback onclick); XXX-NOTIFY --> + <span>Database</span> <a href=#dom-opendatabase title=dom-opendatabase>openDatabase</a>(in DOMString name, in DOMString version, in DOMString displayName, in unsigned long estimatedSize); };</pre><p>Objects that implement the <code><a href=#workerglobalscope>WorkerGlobalScope</a></code> interface must also implement the <code><a href=#workerutils>WorkerUtils</a></code> interface.<p>Objects that implement the <code><a href=#workerutils>WorkerUtils</a></code> interface @@ -1788,13 +1787,7 @@ the <span>active document</span> of the <span>browsing context</span> of the <code>Window</code> object on which the method was supposedly invoked, it must instead use the <span>origin</span> - of the script that invoked the method. <a href=#refsHTML5>[HTML5]</a></p><!--XXX-NOTIFY - <p>The <dfn - title="dom-showNotification"><code>showNotification()</code></dfn> - methods must act as defined for the APIs with the same names on the - <code>Window</code> object in the HTML5 specification. <a - href="#refsHTML5">[HTML5]</a></p> ---><h3 id=interface-objects-and-constructors><span class=secno>5.4 </span>Interface objects and constructors</h3><p>There must be no interface objects and constructors available in + of the script that invoked the method. <a href=#refsHTML5>[HTML5]</a><h3 id=interface-objects-and-constructors><span class=secno>5.4 </span>Interface objects and constructors</h3><p>There must be no interface objects and constructors available in the global scope of scripts whose <span>script execution context</span> is a <code><a href=#workerglobalscope>WorkerGlobalScope</a></code> object except for the following:<ul><li><p><code>XMLHttpRequest</code> and all interface objects and
Received on Tuesday, 24 March 2009 02:20:48 UTC