- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 18 Jul 2008 06:03:10 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv15526
Modified Files:
Overview.html Overview.src.html
Log Message:
1.1054 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/pubnotes/Overview.html,v
retrieving revision 1.317
retrieving revision 1.318
diff -u -d -r1.317 -r1.318
--- Overview.html 18 Jul 2008 05:51:25 -0000 1.317
+++ Overview.html 18 Jul 2008 06:03:08 -0000 1.318
@@ -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-18T14:50:00+09:00</b>.</p></div></div>
+ <b>2008-07-18T15:02:15+09:00</b>.</p></div></div>
<div id="status">
<h2>Status of this Document</h2>
<p><em>
@@ -902,7 +902,16 @@
subsection titled “Determining the type of a new
resource in a browsing context” within the “Web
browsers” section. It was moved here during
- reorganization.</p>
+ 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>
+ </ul>
</div>
</div>
<div id="dom_wd2" class="section">
@@ -2681,7 +2690,7 @@
the Acknowledgements:</p>
<blockquote>
<p>Daniel Steinberg, Eric Law, Felix Sasaki, Philip
- Jägenstedt</p>
+ Jägenstedt, Ryan King</p>
</blockquote>
</div>
</div>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.309
retrieving revision 1.310
diff -u -d -r1.309 -r1.310
--- Overview.src.html 18 Jul 2008 05:51:25 -0000 1.309
+++ Overview.src.html 18 Jul 2008 06:03:08 -0000 1.310
@@ -307,7 +307,16 @@
subsection titled “Determining the type of a new
resource in a browsing context” within the “Web
browsers” section. It was moved here during
- reorganization.</p>
+ 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>
+ </ul>
</section>
</section>
<section id=dom_wd2>
@@ -1599,7 +1608,7 @@
the Acknowledgements:</p>
<blockquote>
<p>Daniel Steinberg, Eric Law, Felix Sasaki, Philip
- Jägenstedt</p>
+ Jägenstedt, Ryan King</p>
</blockquote>
</section>
</section>
Received on Friday, 18 July 2008 06:03:45 UTC