- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Aug 2008 22:56:33 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8198
Modified Files:
Overview.html
Log Message:
MessagePort should implement EventTarget. (whatwg r2031)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1215
retrieving revision 1.1216
diff -u -d -r1.1215 -r1.1216
--- Overview.html 6 Aug 2008 19:25:20 -0000 1.1215
+++ Overview.html 6 Aug 2008 22:56:30 -0000 1.1216
@@ -43855,6 +43855,10 @@
attribute <span>EventListener</span> <a href="#onunload0" title=handler-MessagePort-onunload>onunload</a>;
};</pre>
+ <p>Objects implementing the <code><a
+ href="#messageport0">MessagePort</a></code> interface must also implement
+ the <code>EventTarget</code> interface.
+
<p>Each <code><a href="#messageport0">MessagePort</a></code> object can be
entangled with another (a symmetric relationship). Each <code><a
href="#messageport0">MessagePort</a></code> object also has a <dfn
Received on Wednesday, 6 August 2008 22:57:07 UTC