[html5] r1865 - [] (0) Content-sniffing in the unknown type case used the wrong index to check t [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Jul 11 19:48:34 PDT 2008


Author: ianh
Date: 2008-07-11 19:48:34 -0700 (Fri, 11 Jul 2008)
New Revision: 1865

Modified:
   index
   source
Log:
[] (0) Content-sniffing in the unknown type case used the wrong index to check the pattern. (Re: content type sniffing - unknown type) (credit: rk)

Modified: index
===================================================================
--- index	2008-07-11 19:32:19 UTC (rev 1864)
+++ index	2008-07-12 02:48:34 UTC (rev 1865)
@@ -25,7 +25,7 @@
 
    <h1 id=html-5>HTML 5</h1>
 
-   <h2 class="no-num no-toc" id=draft>Draft Recommendation — 11 July
+   <h2 class="no-num no-toc" id=draft>Draft Recommendation — 12 July
     2008</h2>
 
    <p>You can take part in this work. <a
@@ -6026,7 +6026,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>
@@ -6042,7 +6042,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>
@@ -41404,8 +41404,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
@@ -52890,13 +52890,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&#x0107;evi&#x0107;, 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&#x0107;evi&#x0107;,
+   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,

Modified: source
===================================================================
--- source	2008-07-11 19:32:19 UTC (rev 1864)
+++ source	2008-07-12 02:48:34 UTC (rev 1865)
@@ -4326,7 +4326,7 @@
 
         <dl class="switch">
 
-         <dt>If the <var title="">index<sub>stream</sub></var>th byte
+         <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:</dt>
 
@@ -4348,7 +4348,7 @@
          </dd>
 
          <dt>Otherwise, if the <var
-         title="">index<sub>stream</sub></var>th byte of the pattern
+         title="">index<sub>pattern</sub></var>th byte of the pattern
          is a "<em>WS</em>" byte:</dt>
 
          <dd>
@@ -38976,8 +38976,8 @@
   closed is passed to the application in this version of this
   specification.</p>
 
-  <p>The <code title="event-message"><code>message</code></dfn>
-  event is fired when when data is received for a connection.</p>
+  <p>The <code title="event-message">message</code> event is fired
+  when when data is received for a connection.</p>
 
   <p>Events that would be fired during script execution (e.g. between
   the <code>WebSocket</code> object being created — and thus the
@@ -48167,12 +48167,12 @@
   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
+  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&#x0107;evi&#x0107;, Wakaba, Wayne Pollock, William Swanson,
   Yi-An Huang, and Øistein E. Andersen, for their useful and
   substantial comments.</p>




More information about the Commit-Watchers mailing list