Skip to content

Commit

Permalink
[e] (0) fix obsolete non-normative text
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=16866
Affected topics: Server-Sent Events

git-svn-id: http://svn.whatwg.org/webapps@7170 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 10, 2012
1 parent dbf9299 commit fe87956
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
7 changes: 3 additions & 4 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -81995,10 +81995,9 @@ <h4 id=event-stream-interpretation><span class=secno>10.2.5 </span>Interpreting
<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
Expand Down
7 changes: 3 additions & 4 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -81995,10 +81995,9 @@ any-char = %x0000-0009 / %x000B-000C / %x000E-10FFFF
<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
Expand Down
7 changes: 3 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -95311,10 +95311,9 @@ any-char = %x0000-0009 / %x000B-000C / %x000E-10FFFF
<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
Expand Down

0 comments on commit fe87956

Please sign in to comment.