- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 26 Jun 2012 19:59:04 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/postmsg In directory hutz:/tmp/cvs-serv18419 Modified Files: Overview.html Log Message: sync with WebIDL for event handlers (whatwg r7146) Index: Overview.html =================================================================== 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:06 UTC