SSE; hixie: sync with WebIDL for event handlers (whatwg r7146)

SSE; hixie: sync with WebIDL for event handlers (whatwg r7146)

http://dev.w3.org/cvsweb/html5/eventsource/Overview.html?r1=1.218&r2=1.219&f=h
http://html5.org/tools/web-apps-tracker?from=7145&to=7146

===================================================================
RCS file: /sources/public/html5/eventsource/Overview.html,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -d -r1.218 -r1.219
--- Overview.html 8 May 2012 20:44:55 -0000 1.218
+++ Overview.html 26 Jun 2012 19:59:13 -0000 1.219
@@ -216,7 +216,7 @@
 
    <h1>Server-Sent Events</h1>
    
-   <h2 class="no-num no-toc" id="editor-s-draft-8-may-2012">Editor's Draft 8 May 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/eventsource/">http://www.w3.org/TR/eventsource/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -356,7 +356,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 8 May 2012 Editor's Draft.
+  This specification is the 26 June 2012 Editor's Draft.
   </p>
 
   
@@ -561,9 +561,9 @@
   readonly attribute unsigned short <a href="#dom-eventsource-readystate" title="dom-EventSource-readyState">readyState</a>;
 
   // networking
-  [TreatNonCallableAsNull] attribute <span>Function</span>? <a href="#handler-eventsource-onopen" title="handler-EventSource-onopen">onopen</a>;
-  [TreatNonCallableAsNull] attribute <span>Function</span>? <a href="#handler-eventsource-onmessage" title="handler-EventSource-onmessage">onmessage</a>;
-  [TreatNonCallableAsNull] attribute <span>Function</span>? <a href="#handler-eventsource-onerror" title="handler-EventSource-onerror">onerror</a>;
+           attribute <span>EventHandler</span> <a href="#handler-eventsource-onopen" title="handler-EventSource-onopen">onopen</a>;
+           attribute <span>EventHandler</span> <a href="#handler-eventsource-onmessage" title="handler-EventSource-onmessage">onmessage</a>;
+           attribute <span>EventHandler</span> <a href="#handler-eventsource-onerror" title="handler-EventSource-onerror">onerror</a>;
   void <a href="#dom-eventsource-close" title="dom-EventSource-close">close</a>();
 };

Received on Tuesday, 26 June 2012 19:59:26 UTC