- From: poot <cvsmail@w3.org>
- Date: Wed, 17 Feb 2010 19:10:12 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Switch to using some vnd.x MIME types, since apparently I picked some bad types last time. (whatwg r4759) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3806&r2=1.3807&f=h http://html5.org/tools/web-apps-tracker?from=4758&to=4759 =================================================================== 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:39 UTC