CVS html5/eventsource

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

Modified Files:
	Overview.html 
Log Message:
Try to be even clearer... (whatwg r8178)

--- /sources/public/html5/eventsource/Overview.html	2013/08/12 23:36:13	1.248
+++ /sources/public/html5/eventsource/Overview.html	2013/09/12 20:04:45	1.249
@@ -216,7 +216,7 @@
 
    <h1>Server-Sent Events</h1>
    
-   <h2 class="no-num no-toc" id="editor-s-draft-12-august-2013">Editor's Draft 12 August 2013</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-12-september-2013">Editor's Draft 12 September 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 12 August 2013 Editor's Draft.
+  This specification is the 12 September 2013 Editor's Draft.
   </p>
 
   
@@ -445,6 +445,9 @@
 
   <p>The default event type is "message".</p>
 
+  <p>Event streams are always decoded as UTF-8. There is no way to specify another character
+  encoding.</p>
+
   <hr><p>Event stream requests can be redirected using HTTP 301 and 307 redirects as with normal HTTP
   requests. Clients will reconnect if the connection is closed; a client can be told to stop
   reconnecting using the HTTP 204 No Content response code.</p>

Received on Thursday, 12 September 2013 20:04:46 UTC