- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 16 Aug 2010 21:56:55 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv19444
Modified Files:
fetching-resources.html iana.html references.html spec.html
Log Message:
referenced spec name change update (whatwg r5302)
[updated by splitter]
Index: fetching-resources.html
===================================================================
RCS file: /sources/public/html5/spec/fetching-resources.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- fetching-resources.html 11 Aug 2010 03:56:44 -0000 1.10
+++ fetching-resources.html 16 Aug 2010 21:56:52 -0000 1.11
@@ -602,27 +602,27 @@
<p>The <dfn id="content-type" title="Content-Type">Content-Type metadata</dfn> of a
resource must be obtained and interpreted in a manner consistent
- with the requirements of the Content-Type Processing Model
+ with the requirements of the Media Type Sniffing
specification. <a href="references.html#refsMIMESNIFF">[MIMESNIFF]</a></p>
<p>The <dfn id="content-type-sniffing-0" title="Content-Type sniffing">sniffed type of a
resource</dfn> must be found in a manner consistent with the
- requirements given in the Content-Type Processing Model
+ requirements given in the Media Type Sniffing
specification for finding the <i>sniffed-type</i> of the relevant
sequence of octets. <a href="references.html#refsMIMESNIFF">[MIMESNIFF]</a></p>
<p>The <dfn id="content-type-sniffing:-image" title="Content-Type sniffing: image">rules for sniffing
images specifically</dfn> and the <dfn id="content-type-sniffing:-text-or-binary" title="Content-Type sniffing:
text or binary">rules for distingushing if a resource is text or
- binary</dfn> are also defined in the Content-Type Processing Model
+ binary</dfn> are also defined in the Media Type Sniffing
specification. Both sets of rules return a <a href="infrastructure.html#mime-type">MIME type</a> as
their result. <a href="references.html#refsMIMESNIFF">[MIMESNIFF]</a></p>
<p class="warning">It is imperative that the rules in the
- Content-Type Processing Model specification be followed
+ Media Type Sniffing specification be followed
exactly. When a user agent uses different heuristics for content
type detection than the server expects, security problems can
- occur. For more details, see the Content-Type Processing Model
+ occur. For more details, see the Media Type Sniffing
specification. <a href="references.html#refsMIMESNIFF">[MIMESNIFF]</a></p>
<p>The <dfn id="algorithm-for-extracting-an-encoding-from-a-content-type">algorithm for extracting an encoding from a
Index: iana.html
===================================================================
RCS file: /sources/public/html5/spec/iana.html,v
retrieving revision 1.329
retrieving revision 1.330
diff -u -d -r1.329 -r1.330
--- iana.html 11 Aug 2010 03:56:44 -0000 1.329
+++ iana.html 16 Aug 2010 21:56:52 -0000 1.330
@@ -421,7 +421,7 @@
<dl><dt>Magic number(s):</dt>
<dd>No sequence of bytes can uniquely identify an HTML
document. More information on detecting HTML documents is
- available in the Content-Type Processing Model specification. <a href="references.html#refsMIMESNIFF">[MIMESNIFF]</a></dd>
+ available in the Media Type Sniffing specification. <a href="references.html#refsMIMESNIFF">[MIMESNIFF]</a></dd>
<dt>File extension(s):</dt>
<dd>"<code title="">html</code>" and "<code title="">htm</code>"
are commonly, but certainly not exclusively, used as the
Index: references.html
===================================================================
RCS file: /sources/public/html5/spec/references.html,v
retrieving revision 1.1002
retrieving revision 1.1003
diff -u -d -r1.1002 -r1.1003
--- references.html 11 Aug 2010 03:56:45 -0000 1.1002
+++ references.html 16 Aug 2010 21:56:52 -0000 1.1003
@@ -551,8 +551,8 @@
N. Poppelier. W3C.</dd>
<dt id="refsMIMESNIFF">[MIMESNIFF]</dt>
- <dd><cite><a href="http://tools.ietf.org/html/draft-abarth-mime-sniff">Content-Type
- Processing Model</a></cite>, A. Barth, I. Hickson. IETF.</dd>
+ <dd><cite><a href="http://tools.ietf.org/html/draft-abarth-mime-sniff">Media
+ Type Sniffing</a></cite>, A. Barth, I. Hickson. IETF.</dd>
<dt id="refsMQ">[MQ]</dt>
<!--
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1146
retrieving revision 1.1147
diff -u -d -r1.1146 -r1.1147
--- spec.html 16 Aug 2010 21:46:53 -0000 1.1146
+++ spec.html 16 Aug 2010 21:56:52 -0000 1.1147
@@ -336,7 +336,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">author edition</a>.
-This is revision 1.4224.
+This is revision 1.4225.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Monday, 16 August 2010 21:56:56 UTC