- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 12 Jul 2008 02:50:16 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv24222
Modified Files:
Overview.html
Log Message:
Content-sniffing for the unknown case had a test backwards. (Re: content type sniffing - stream length) (credit: rk) (whatwg r1866)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1054
retrieving revision 1.1055
diff -u -d -r1.1054 -r1.1055
--- Overview.html 12 Jul 2008 02:48:39 -0000 1.1054
+++ Overview.html 12 Jul 2008 02:50:14 -0000 1.1055
@@ -6052,8 +6052,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
Received on Saturday, 12 July 2008 02:50:50 UTC