- From: poot <cvsmail@w3.org>
- Date: Sat, 12 Jul 2008 11:51:05 +0900 (JST)
- To: public-html-diffs@w3.org
Content-sniffing in the unknown type case used the wrong index to check the pattern. (Re: content type sniffing - unknown type) (credit: rk) (whatwg r1865) (changed by: Ian Hickson) Diffs for this change per section: Current content per affected section: http://dev.w3.org/html5/spec/Overview.html#content-type7 http://dev.w3.org/html5/spec/Overview.html#acknowledgements http://dev.w3.org/html5/spec/Overview.html#close0 Previously published WD content per affected section: http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#content-type7 http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#acknowledgements http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#close0 Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1053&r2=1.1054&f=h http://html5.org/tools/web-apps-tracker?from=1864&to=1865 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1053 retrieving revision 1.1054 diff -u -d -r1.1053 -r1.1054 --- Overview.html 11 Jul 2008 19:33:24 -0000 1.1053 +++ Overview.html 12 Jul 2008 02:48:39 -0000 1.1054 @@ -19,7 +19,7 @@ for HTML and XHTML</h2> <h2 class="no-num no-toc" id=editors0><!-- "W3C Working Draft" --> - Editor's Draft <!--ZZZ-->11 July 2008</h2> + Editor's Draft <!--ZZZ-->12 July 2008</h2> <dl><!-- ZZZ: update the month/day <dt>This Version:</dt> @@ -167,7 +167,7 @@ <p>The W3C <a href="http://www.w3.org/html/wg/">HTML Working Group</a> is the W3C working group responsible for this specification's progress along - the W3C Recommendation track. <!--ZZZ:--> This specification is the 11 + the W3C Recommendation track. <!--ZZZ:--> This specification is the 12 July 2008 <!--ZZZ "Working Draft"-->Editor's Draft. <!--:ZZZ--></p> <!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --> <!-- relationship to other work (required) --> @@ -6088,7 +6088,7 @@ the byte stream as follows:</p> <dl class=switch> - <dt>If the <var title="">index<sub>stream</sub></var>th byte of the + <dt>If the <var title="">index<sub>pattern</sub></var>th byte of the pattern is a normal hexadecimal byte and not a "<em>WS</em>" byte: <dd> @@ -6104,7 +6104,7 @@ title="">index<sub>stream</sub></var> to the next byte in the byte stream.</p> - <dt>Otherwise, if the <var title="">index<sub>stream</sub></var>th + <dt>Otherwise, if the <var title="">index<sub>pattern</sub></var>th byte of the pattern is a "<em>WS</em>" byte: <dd> @@ -41466,8 +41466,8 @@ <p class=note>No information regarding why the connection was closed is passed to the application in this version of this specification. - <p>The <code title=event-message><a href="#message0"><code>message</code> - event is fired when when data is received for a connection.</a></code> + <p>The <code title=event-message><a href="#message0">message</a></code> + event is fired when when data is received for a connection. <p>Events that would be fired during script execution (e.g. between the <code><a href="#websocket0">WebSocket</a></code> object being created @@ -52952,13 +52952,13 @@ Jägenstedt, Philip Taylor, Philip TAYLOR<!-- a different one -->, Rachid Finge, Rajas Moonka, Ralf Stoltze, Ralph Giles, Raphael Champeimont, Rene Saarsoo, Richard Ishida, Rimantas Liubertas, Robert - Blaut, Robert O'Callahan, Robert Sayre, Roman Ivanov, S. Mike Dierken, Sam - Ruby, Sam Weinig, Scott Hess, Sean Knapp, Shaun Inman, Silvia Pfeiffer, - Simon Pieters, Stefan Haustein, Stephen Ma, Steve Faulkner, Steve Runyon, - Steven Garrity, Stewart Brodie, Stuart Parmenter, Sunava Dutta, Tantek - Çelik, Terrence Wood, Thomas Broyer, Thomas O'Connor, Tim Altman, - Tim Johansson, Tyler Close, Vladimir Vukićević, Wakaba, - Wayne Pollock, William Swanson, Yi-An Huang, and Øistein E. + Blaut, Robert O'Callahan, Robert Sayre, Roman Ivanov, Ryan King, S. Mike + Dierken, Sam Ruby, Sam Weinig, Scott Hess, Sean Knapp, Shaun Inman, Silvia + Pfeiffer, Simon Pieters, Stefan Haustein, Stephen Ma, Steve Faulkner, + Steve Runyon, Steven Garrity, Stewart Brodie, Stuart Parmenter, Sunava + Dutta, Tantek Çelik, Terrence Wood, Thomas Broyer, Thomas O'Connor, + Tim Altman, Tim Johansson, Tyler Close, Vladimir Vukićević, + Wakaba, Wayne Pollock, William Swanson, Yi-An Huang, and Øistein E. Andersen, for their useful and substantial comments. <p>Thanks also to everyone who has ever posted about HTML5 to their blogs,
Received on Saturday, 12 July 2008 02:51:43 UTC