CVS html5/eventsource

Update of /sources/public/html5/eventsource
In directory roscoe:/tmp/cvs-serv6956

Modified Files:
	Overview.html 
Log Message:
Try to tighten up text around event handlers (whatwg r8091)

--- /sources/public/html5/eventsource/Overview.html	2013/07/16 17:46:57	1.244
+++ /sources/public/html5/eventsource/Overview.html	2013/07/26 17:57:13	1.245
@@ -216,7 +216,7 @@
 
    <h1>Server-Sent Events</h1>
    
-   <h2 class="no-num no-toc" id="editor-s-draft-16-july-2013">Editor's Draft 16 July 2013</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-26-july-2013">Editor's Draft 26 July 2013</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>
@@ -354,7 +354,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 16 July 2013 Editor's Draft.
+  This specification is the 26 July 2013 Editor's Draft.
   </p>
 
   
@@ -665,7 +665,7 @@
 
   <p>The following are the <span>event handlers</span> (and their
   corresponding <span title="event handler event type">event handler
-  event types</span>) that must be supported, as IDL attributes, by
+  event types</span>) that must be supported, as <span>event handler IDL attributes</span>, by
   all objects implementing the <code><a href="#eventsource">EventSource</a></code> interface:</p>
 
   <table><thead><tr><th><span title="event handlers">Event handler</span> <th><span>Event handler event type</span>

Received on Friday, 26 July 2013 17:57:14 UTC