- From: CVS User ihickson <cvsmail@w3.org>
- Date: Fri, 19 Apr 2013 23:53:48 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/eventsource In directory roscoe:/tmp/cvs-serv29800 Modified Files: Overview.html Log Message: Typos and the like, all found by Michael Dyck -- Thanks! (whatwg r7843) --- /sources/public/html5/eventsource/Overview.html 2013/04/14 23:15:30 1.240 +++ /sources/public/html5/eventsource/Overview.html 2013/04/19 23:53:48 1.241 @@ -216,7 +216,7 @@ <h1>Server-Sent Events</h1> - <h2 class="no-num no-toc" id="editor-s-draft-14-april-2013">Editor's Draft 14 April 2013</h2> + <h2 class="no-num no-toc" id="editor-s-draft-19-april-2013">Editor's Draft 19 April 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 14 April 2013 Editor's Draft. + This specification is the 19 April 2013 Editor's Draft. </p> @@ -542,6 +542,7 @@ + <h2 id="the-eventsource-interface"><span class="secno">4 </span>The <code><a href="#eventsource">EventSource</a></code> interface</h2> <pre class="idl">[<a href="#dom-eventsource" title="dom-EventSource">Constructor</a>(DOMString url, optional <a href="#eventsourceinit">EventSourceInit</a> eventSourceInitDict)] @@ -596,8 +597,8 @@ object's <code title="dom-EventSource-withCredentials"><a href="#dom-eventsource-withcredentials">withCredentials</a></code> attribute to true.</li> - <li><p>Return the new <code><a href="#eventsource">EventSource</a></code> object, and continue - these steps in the background (without blocking scripts).</li> + <li><p>Return the new <code><a href="#eventsource">EventSource</a></code> object, but continue + these steps asynchronously.</li> <li>
Received on Friday, 19 April 2013 23:53:49 UTC