Skip to content

Commit

Permalink
[t] (0) Content-sniffing for the unknown case had a test backwards. (…
Browse files Browse the repository at this point in the history
…Re: content type sniffing - stream length) (credit: rk)

git-svn-id: http://svn.whatwg.org/webapps@1866 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 12, 2008
1 parent 6426e1b commit fbc5455
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index
Expand Up @@ -5990,8 +5990,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..
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
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -4284,8 +4284,8 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..
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
Expand Down

0 comments on commit fbc5455

Please sign in to comment.