- From: poot <cvsmail@w3.org>
- Date: Sun, 13 Jul 2008 22:40:58 +0900 (JST)
- To: public-html-diffs@w3.org
Content-sniffing for the unknown case had a test backwards. (Re: content type sniffing - stream length) (credit: rk) (whatwg r1866) (changed by: Ian Hickson) Diffs for this change per section: Content-Type sniffing: unknown type http://people.w3.org/mike/diffs/html5/spec/Overview.1.1055.html#content-type7 Current content per affected section: http://dev.w3.org/html5/spec/Overview.html#content-type7 Previously published WD content per affected section: http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#content-type7 Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1054&r2=1.1055&f=h http://html5.org/tools/web-apps-tracker?from=1865&to=1866 =================================================================== 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 Sunday, 13 July 2008 13:41:35 UTC