- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 17 Feb 2010 10:10:04 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv3515
Modified Files:
Overview.html
Log Message:
Switch to using some vnd.x MIME types, since apparently I picked some bad types last time. (whatwg r4759)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3806
retrieving revision 1.3807
diff -u -d -r1.3806 -r1.3807
--- Overview.html 17 Feb 2010 09:50:25 -0000 1.3806
+++ Overview.html 17 Feb 2010 10:10:00 -0000 1.3807
@@ -46390,11 +46390,13 @@
<dd>
- <p>A <a href="#mime-type">MIME type</a>, such as <code>model/vrml</code> or
- <code>text/richtext</code>. The <a href="#mime-type">MIME type</a> must be
- compared in an <a href="#ascii-case-insensitive">ASCII case-insensitive</a> manner by user
- agents for the purposes of comparing with MIME types of documents
- that they consider against the list of registered handlers.</p>
+ <p>A <a href="#mime-type">MIME type</a>, such as
+ <code>model/vnd.flatland.3dml</code> or
+ <code>application/vnd.google-earth.kml+xml</code>. The <a href="#mime-type">MIME
+ type</a> must be compared in an <a href="#ascii-case-insensitive">ASCII
+ case-insensitive</a> manner by user agents for the purposes of
+ comparing with MIME types of documents that they consider against
+ the list of registered handlers.</p>
<p>User agents must compare the given values only to the MIME
type/subtype parts of content types, not to the complete type
Received on Wednesday, 17 February 2010 10:10:06 UTC