hixie: Remove vestiges of MIME type checking in appcache. (whatwg r6920)

hixie: Remove vestiges of MIME type checking in appcache. (whatwg r6920)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5517&r2=1.5518&f=h
http://html5.org/tools/web-apps-tracker?from=6919&to=6920

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5517
retrieving revision 1.5518
diff -u -d -r1.5517 -r1.5518
--- Overview.html 25 Jan 2012 23:23:43 -0000 1.5517
+++ Overview.html 25 Jan 2012 23:27:13 -0000 1.5518
@@ -50315,10 +50315,7 @@
     there is a DNS error, or the connection times out, or the user
     cancels the download, or the parser for manifests fails when
     checking the magic signature), or if the server returned a
-    redirect, or if the resource is labeled with a <a href="#mime-type">MIME
-    type</a> other than <code><a href="#text-cache-manifest">text/cache-manifest</a></code> or has
-    parameters that do not match the conditions listed earlier, then
-    run the <a href="#cache-failure-steps">cache failure steps</a>. <a href="#refsHTTP">[HTTP]</a></p>
+    redirect, then run the <a href="#cache-failure-steps">cache failure steps</a>. <a href="#refsHTTP">[HTTP]</a></p>
 
    </li>

Received on Wednesday, 25 January 2012 23:27:29 UTC