[html5] r6920 - [e] (0) Remove vestiges of MIME type checking in appcache. Fixing https://www.w3 [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Jan 25 15:27:09 PST 2012


Author: ianh
Date: 2012-01-25 15:27:08 -0800 (Wed, 25 Jan 2012)
New Revision: 6920

Modified:
   complete.html
   index
   source
Log:
[e] (0) Remove vestiges of MIME type checking in appcache.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=14701
Affected topics: Offline Web Applications

Modified: complete.html
===================================================================
--- complete.html	2012-01-25 23:23:37 UTC (rev 6919)
+++ complete.html	2012-01-25 23:27:08 UTC (rev 6920)
@@ -66186,10 +66186,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>
 

Modified: index
===================================================================
--- index	2012-01-25 23:23:37 UTC (rev 6919)
+++ index	2012-01-25 23:27:08 UTC (rev 6920)
@@ -66186,10 +66186,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>
 

Modified: source
===================================================================
--- source	2012-01-25 23:23:37 UTC (rev 6919)
+++ source	2012-01-25 23:27:08 UTC (rev 6920)
@@ -77393,10 +77393,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 <span>MIME
-    type</span> other than <code>text/cache-manifest</code> or has
-    parameters that do not match the conditions listed earlier, then
-    run the <span>cache failure steps</span>. <a
+    redirect, then run the <span>cache failure steps</span>. <a
     href="#refsHTTP">[HTTP]</a></p>
 
    </li>




More information about the Commit-Watchers mailing list