html5/spec Overview.html,1.1053,1.1054

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv23637

Modified Files:
	Overview.html 
Log Message:
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)

Index: Overview.html
===================================================================
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&auml;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
-   &Ccedil;elik, Terrence Wood, Thomas Broyer, Thomas O'Connor, Tim Altman,
-   Tim Johansson, Tyler Close, Vladimir Vuki&#x0107;evi&#x0107;, Wakaba,
-   Wayne Pollock, William Swanson, Yi-An Huang, and &Oslash;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 &Ccedil;elik, Terrence Wood, Thomas Broyer, Thomas O'Connor,
+   Tim Altman, Tim Johansson, Tyler Close, Vladimir Vuki&#x0107;evi&#x0107;,
+   Wakaba, Wayne Pollock, William Swanson, Yi-An Huang, and &Oslash;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:49:16 UTC