- From: poot <cvsmail@w3.org>
- Date: Thu, 7 Aug 2008 07:52:37 +0900 (JST)
- To: public-html-diffs@w3.org
Oops, wrong object implemented EventTarget (whatwg r46)
self
http://people.w3.org/mike/diffs/html5/workers/Overview.1.39.html#self
WorkerGlobalScope
http://people.w3.org/mike/diffs/html5/workers/Overview.1.39.html#workerglobalscope
WorkerUtils
http://people.w3.org/mike/diffs/html5/workers/Overview.1.39.html#workerutils
http://people.w3.org/mike/diffs/html5/workers/Overview.diff.html
http://dev.w3.org/cvsweb/html5/workers/Overview.html?r1=1.38&r2=1.39&f=h
http://html5.org/tools/web-apps-tracker?from=45&to=46
===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- Overview.html 6 Aug 2008 22:48:05 -0000 1.38
+++ Overview.html 6 Aug 2008 22:51:37 -0000 1.39
@@ -900,6 +900,10 @@
attribute <span>EventListener</span> <a href="#onunload" title=handler-WorkerGlobalScope-onunload>onunload</a>;
};</pre>
+ <p>Objects implementing the <code><a
+ href="#workerglobalscope">WorkerGlobalScope</a></code> interface must also
+ implement the <code>EventTarget</code> interface.
+
<p>The <dfn id=self
title=dom-WorkerGlobalScope-self><code>self</code></dfn> attribute must
return the <code><a href="#workerglobalscope">WorkerGlobalScope</a></code>
@@ -1528,16 +1532,9 @@
<p>Objects that implement the <code><a
href="#workerutils">WorkerUtils</a></code> interface must also implement
- the following interfaces:
-
- <ul>
- <li>The <code>WindowTimers</code> interface
-
- <li>The <code>EventTarget</code> interface
-
- <li>The <code><a href="#workerfactory">WorkerFactory</a></code> interface,
- as noted earlier in this specification
- </ul>
+ the <code>WindowTimers</code> interface (and <code><a
+ href="#workerfactory">WorkerFactory</a></code> interface, as noted earlier
+ in this specification).
<p class=big-issue>Need to define a sync database API.
Received on Wednesday, 6 August 2008 22:53:15 UTC