- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Aug 2008 22:51:39 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers
In directory hutz:/tmp/cvs-serv6626
Modified Files:
Overview.html
Log Message:
Oops, wrong object implemented EventTarget (whatwg r46)
Index: Overview.html
===================================================================
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:52:13 UTC