Skip to content

Commit

Permalink
[ct] (1) Change the processing of comments in the encoding sniffer
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@936 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 20, 2007
1 parent 6e8a009 commit ab95c4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -32920,10 +32920,10 @@ function receiver(e) {
<dd>
<p>Advance the <var title="">position</var> pointer so that it points
at the first 0x3E byte which is preceeded by two 0x2D bytes (i.e. at
the end of an ASCII '-->' sequence) and comes after the second 0x2D
byte that was found. (The two 0x2D bytes cannot be the same as the
those in the '&lt;!--' sequence.) If no such byte is found before
the <var title="">n</var>th byte, abort this "two step" algorithm.</p>
the end of an ASCII '-->' sequence) and comes after the 0x3C byte
that was found. (The two 0x2D bytes can be the same as the those in
the '&lt;!--' sequence.) If no such byte is found before the <var
title="">n</var>th byte, abort this "two step" algorithm.</p>

<dt>A sequence of bytes starting with: 0x3C, 0x4D or 0x6D, 0x45 or
0x65, 0x54 or 0x74, 0x41 or 0x61, and finally one of 0x09, 0x0A,
Expand Down
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -30445,8 +30445,8 @@ function receiver(e) {
<p>Advance the <var title="">position</var> pointer so that it
points at the first 0x3E byte which is preceeded by two 0x2D
bytes (i.e. at the end of an ASCII '-->' sequence) and comes
after the second 0x2D byte that was found. (The two 0x2D bytes
cannot be the same as the those in the '&lt;!--' sequence.) If
after the 0x3C byte that was found. (The two 0x2D bytes
can be the same as the those in the '&lt;!--' sequence.) If
no such byte is found before the <var title="">n</var>th byte,
abort this "two step" algorithm.</p>

Expand Down

0 comments on commit ab95c4e

Please sign in to comment.