CVS html5/eventsource

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

Modified Files:
	Overview.html 
Log Message:
Be more explicit about aborting steps when throwing an exception. (whatwg r7804)

--- /sources/public/html5/eventsource/Overview.html	2013/03/29 18:45:31	1.238
+++ /sources/public/html5/eventsource/Overview.html	2013/04/10 23:10:08	1.239
@@ -216,7 +216,7 @@
 
    <h1>Server-Sent Events</h1>
    
-   <h2 class="no-num no-toc" id="editor-s-draft-29-march-2013">Editor's Draft 29 March 2013</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-10-april-2013">Editor's Draft 10 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 29 March 2013 Editor's Draft.
+  This specification is the 10 April 2013 Editor's Draft.
   </p>
 
   
@@ -582,8 +582,8 @@
    
    </li>
 
-   <li><p>If the previous step failed, then throw a
-   <code>SyntaxError</code> exception.</li>
+   <li><p>If the previous step failed, then throw a <code>SyntaxError</code> exception and abort
+   these steps.</li>
 
    <li><p>Create a new <code><a href="#eventsource">EventSource</a></code> object.</li>
 

Received on Wednesday, 10 April 2013 23:10:09 UTC