[html5] r4759 - [e] (0) Switch to using some vnd.x MIME types, since apparently I picked some ba [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Feb 17 02:09:55 PST 2010


Author: ianh
Date: 2010-02-17 02:09:53 -0800 (Wed, 17 Feb 2010)
New Revision: 4759

Modified:
   complete.html
   index
   source
Log:
[e] (0) Switch to using some vnd.x MIME types, since apparently I picked some bad types last time.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8948

Modified: complete.html
===================================================================
--- complete.html	2010-02-17 09:50:20 UTC (rev 4758)
+++ complete.html	2010-02-17 10:09:53 UTC (rev 4759)
@@ -59587,11 +59587,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

Modified: index
===================================================================
--- index	2010-02-17 09:50:20 UTC (rev 4758)
+++ index	2010-02-17 10:09:53 UTC (rev 4759)
@@ -59509,11 +59509,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

Modified: source
===================================================================
--- source	2010-02-17 09:50:20 UTC (rev 4758)
+++ source	2010-02-17 10:09:53 UTC (rev 4759)
@@ -67352,11 +67352,13 @@
 
    <dd>
 
-    <p>A <span>MIME type</span>, such as <code>model/vrml</code> or
-    <code>text/richtext</code>. The <span>MIME type</span> must be
-    compared in an <span>ASCII case-insensitive</span> 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 <span>MIME type</span>, such as
+    <code>model/vnd.flatland.3dml</code> or
+    <code>application/vnd.google-earth.kml+xml</code>. The <span>MIME
+    type</span> must be compared in an <span>ASCII
+    case-insensitive</span> 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




More information about the Commit-Watchers mailing list