- From: poot <cvsmail@w3.org>
- Date: Tue, 26 Jun 2012 15:59:09 -0400
- To: public-html-diffs@w3.org
postmsg; hixie: sync with WebIDL for event handlers (whatwg r7146) http://dev.w3.org/cvsweb/html5/postmsg/Overview.html?r1=1.119&r2=1.120&f=h http://html5.org/tools/web-apps-tracker?from=7145&to=7146 =================================================================== RCS file: /sources/public/html5/postmsg/Overview.html,v retrieving revision 1.119 retrieving revision 1.120 diff -u -d -r1.119 -r1.120 --- Overview.html 7 Jun 2012 22:44:05 -0000 1.119 +++ Overview.html 26 Jun 2012 19:59:02 -0000 1.120 @@ -216,7 +216,7 @@ <h1>HTML5 Web Messaging</h1> - <h2 class="no-num no-toc" id="editor-s-draft-7-june-2012">Editor's Draft 7 June 2012</h2> + <h2 class="no-num no-toc" id="editor-s-draft-26-june-2012">Editor's Draft 26 June 2012</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/webmessaging/">http://www.w3.org/TR/webmessaging/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -350,7 +350,7 @@ </dl><p>The W3C <a href="http://www.w3.org/2008/webapps/">Web Applications Working Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 7 June 2012 Editor's Draft. + This specification is the 26 June 2012 Editor's Draft. </p> @@ -1142,7 +1142,7 @@ void <a href="#dom-messageport-close" title="dom-MessagePort-close">close</a>(); // event handlers - [TreatNonCallableAsNull] attribute <span>Function</span>? <a href="#handler-messageport-onmessage" title="handler-MessagePort-onmessage">onmessage</a>; + attribute <span>EventHandler</span> <a href="#handler-messageport-onmessage" title="handler-MessagePort-onmessage">onmessage</a>; }; <a href="#messageport">MessagePort</a> implements <span>Transferable</span>;</pre>
Received on Tuesday, 26 June 2012 19:59:12 UTC