[html5] r1866 - [t] (0) Content-sniffing for the unknown case had a test backwards. (Re: content [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Jul 11 19:50:10 PDT 2008


Author: ianh
Date: 2008-07-11 19:50:09 -0700 (Fri, 11 Jul 2008)
New Revision: 1866

Modified:
   index
   source
Log:
[t] (0) Content-sniffing for the unknown case had a test backwards. (Re: content type sniffing - stream length) (credit: rk)

Modified: index
===================================================================
--- index	2008-07-12 02:48:34 UTC (rev 1865)
+++ index	2008-07-12 02:50:09 UTC (rev 1866)
@@ -5990,8 +5990,8 @@
         pattern (number of bytes described by the cell in the second column
         of the row).
 
-       <li>If <var title="">pattern length</var> is smaller than <var
-        title="">stream length</var> then skip this row.
+       <li>If <var title="">stream length</var> is smaller than <var
+        title="">patter length</var> then skip this row.
 
        <li>Apply the "and" operator to the first <var title="">pattern
         length</var> bytes of the resource and the given mask (the bytes in

Modified: source
===================================================================
--- source	2008-07-12 02:48:34 UTC (rev 1865)
+++ source	2008-07-12 02:50:09 UTC (rev 1866)
@@ -4284,8 +4284,8 @@
        pattern (number of bytes described by the cell in the second
        column of the row).</li>
 
-       <li>If <var title="">pattern length</var> is smaller than <var
-       title="">stream length</var> then skip this row.</li>
+       <li>If <var title="">stream length</var> is smaller than <var
+       title="">patter length</var> then skip this row.</li>
 
        <li>Apply the "and" operator to the first <var title="">pattern
        length</var> bytes of the resource and the given mask (the




More information about the Commit-Watchers mailing list