html5/pubnotes Overview.html,1.318,1.319 Overview.src.html,1.310,1.311

Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv16559

Modified Files:
	Overview.html Overview.src.html 
Log Message:
1.1055 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/pubnotes/Overview.html,v
retrieving revision 1.318
retrieving revision 1.319
diff -u -d -r1.318 -r1.319
--- Overview.html	18 Jul 2008 06:03:08 -0000	1.318
+++ Overview.html	18 Jul 2008 06:06:29 -0000	1.319
@@ -36,7 +36,7 @@
         of the changes without necessarily needing to read the
         specification itself.</p>
     <div class="ednote"><h4 class="ednoteHeader">Editorial note</h4><p>This document was generated on
-          <b>2008-07-18T15:02:15+09:00</b>.</p></div></div>
+          <b>2008-07-18T15:05:44+09:00</b>.</p></div></div>
     <div id="status">
       <h2>Status of this Document</h2>
     <p><em>
@@ -905,12 +905,9 @@
             reorganization. In addition, the following changes
             were made:</p>
             <ul>
-              <li>In the “Content-Type sniffing: unknown type”
-              subsection, two instances that incorrectly
-              made reference to the
-              “<var>index<sub>stream</sub>th byte”</var>
-                were changed to correctly reference instead the
-              “<var>index<sub>pattern</sub>th byte”</var></li>
+              <li>Some corrections to the algorithm in the
+              “Content-Type sniffing: unknown type” subsection
+              were made.</li>
             </ul>
           </div>
         </div>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.310
retrieving revision 1.311
diff -u -d -r1.310 -r1.311
--- Overview.src.html	18 Jul 2008 06:03:08 -0000	1.310
+++ Overview.src.html	18 Jul 2008 06:06:29 -0000	1.311
@@ -310,12 +310,9 @@
             reorganization. In addition, the following changes
             were made:</p>
             <ul>
-              <li>In the “Content-Type sniffing: unknown type”
-              subsection, two instances that incorrectly
-              made reference to the
-              “<var>index<sub>stream</sub>th byte”</var>
-                were changed to correctly reference instead the
-              “<var>index<sub>pattern</sub>th byte”</var></li>
+              <li>Some corrections to the algorithm in the
+              “Content-Type sniffing: unknown type” subsection
+              were made.</li>
             </ul>
           </section>
         </section>

Received on Friday, 18 July 2008 06:07:07 UTC