Skip to content

Commit

Permalink
[e] (0) Switch to using some vnd.x MIME types, since apparently I pic…
Browse files Browse the repository at this point in the history
…ked some bad types last time.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8948

git-svn-id: http://svn.whatwg.org/webapps@4759 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 17, 2010
1 parent 2ebf765 commit 3fdb033
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 15 deletions.
12 changes: 7 additions & 5 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -59587,11 +59587,13 @@ <h4 id=custom-handlers><span class=secno>7.4.2 </span>Custom scheme and content

<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
Expand Down
12 changes: 7 additions & 5 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -59509,11 +59509,13 @@ interface <dfn id=navigatorabilities>NavigatorAbilities</dfn> {

<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
Expand Down
12 changes: 7 additions & 5 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -67352,11 +67352,13 @@ interface <dfn>NavigatorAbilities</dfn> {

<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
Expand Down

0 comments on commit 3fdb033

Please sign in to comment.