- From: poot <cvsmail@w3.org>
- Date: Tue, 10 Jul 2012 16:06:52 -0400
- To: public-html-diffs@w3.org
SSE; hixie: fix obsolete non-normative text (whatwg r7170)
http://dev.w3.org/cvsweb/html5/eventsource/Overview.html?r1=1.219&r2=1.220&f=h
http://html5.org/tools/web-apps-tracker?from=7169&to=7170
===================================================================
RCS file: /sources/public/html5/eventsource/Overview.html,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -d -r1.219 -r1.220
--- Overview.html 26 Jun 2012 19:59:13 -0000 1.219
+++ Overview.html 10 Jul 2012 20:06:44 -0000 1.220
@@ -216,7 +216,7 @@
<h1>Server-Sent Events</h1>
- <h2 class="no-num no-toc" id="editor-s-draft-26-june-2012">Editor's Draft 26 June 2012</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-10-july-2012">Editor's Draft 10 July 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 26 June 2012 Editor's Draft.
+ This specification is the 10 July 2012 Editor's Draft.
</p>
@@ -878,10 +878,9 @@
<p>The stream must then be parsed by reading everything line by
line, with a U+000D CARRIAGE RETURN U+000A LINE FEED (CRLF)
character pair, a single U+000A LINE FEED (LF) character not
- preceded by a U+000D CARRIAGE RETURN (CR) character, a single U+000D
- CARRIAGE RETURN (CR) character not followed by a U+000A LINE FEED
- (LF) character, and the end of the file being the four ways in which
- a line can end.</p>
+ preceded by a U+000D CARRIAGE RETURN (CR) character, and a single
+ U+000D CARRIAGE RETURN (CR) character not followed by a U+000A LINE
+ FEED (LF) character being the ways in which a line can end.</p>
<p>When a stream is parsed, a <var title="">data</var> buffer, an
<var title="">event type</var> buffer, and a <var title="">last
Received on Tuesday, 10 July 2012 20:06:54 UTC