[html5] r7170 - [e] (0) fix obsolete non-normative text Fixing https://www.w3.org/Bugs/Public/sh [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jul 10 13:06:42 PDT 2012
Author: ianh
Date: 2012-07-10 13:06:40 -0700 (Tue, 10 Jul 2012)
New Revision: 7170
Modified:
complete.html
index
source
Log:
[e] (0) fix obsolete non-normative text
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=16866
Affected topics: Server-Sent Events
Modified: complete.html
===================================================================
--- complete.html 2012-07-10 19:15:28 UTC (rev 7169)
+++ complete.html 2012-07-10 20:06:40 UTC (rev 7170)
@@ -81995,10 +81995,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
Modified: index
===================================================================
--- index 2012-07-10 19:15:28 UTC (rev 7169)
+++ index 2012-07-10 20:06:40 UTC (rev 7170)
@@ -81995,10 +81995,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
Modified: source
===================================================================
--- source 2012-07-10 19:15:28 UTC (rev 7169)
+++ source 2012-07-10 20:06:40 UTC (rev 7170)
@@ -95311,10 +95311,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
More information about the Commit-Watchers
mailing list