- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 25 Jan 2012 23:27:19 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv17635
Modified Files:
Overview.html
Log Message:
Remove vestiges of MIME type checking in appcache. (whatwg r6920)
Index: Overview.html
===================================================================
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:20 UTC