[html5] r936 - /
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jun 20 01:15:03 PDT 2007
Author: ianh
Date: 2007-06-20 01:15:06 -0700 (Wed, 20 Jun 2007)
New Revision: 936
Modified:
index
source
Log:
[ct] (1) Change the processing of comments in the encoding sniffer
Modified: index
===================================================================
--- index 2007-06-20 02:00:50 UTC (rev 935)
+++ index 2007-06-20 08:15:06 UTC (rev 936)
@@ -32920,10 +32920,10 @@
<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 '<!--' 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 '<!--' 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,
Modified: source
===================================================================
--- source 2007-06-20 02:00:50 UTC (rev 935)
+++ source 2007-06-20 08:15:06 UTC (rev 936)
@@ -30445,8 +30445,8 @@
<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 '<!--' sequence.) If
+ after the 0x3C byte that was found. (The two 0x2D bytes
+ can be the same as the those in the '<!--' sequence.) If
no such byte is found before the <var title="">n</var>th byte,
abort this "two step" algorithm.</p>
More information about the Commit-Watchers
mailing list