[html5] r5812 - [a] (1) Change the suggested extension for appcache manifests from .manifest to [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Jan 31 16:42:38 PST 2011


Author: ianh
Date: 2011-01-31 16:42:36 -0800 (Mon, 31 Jan 2011)
New Revision: 5812

Modified:
   complete.html
   index
   source
Log:
[a] (1) Change the suggested extension for appcache manifests from .manifest to .appcache to avoid clashing with Microsoft's unregistered application/manifest type

Modified: complete.html
===================================================================
--- complete.html	2011-02-01 00:36:49 UTC (rev 5811)
+++ complete.html	2011-02-01 00:42:36 UTC (rev 5812)
@@ -61708,7 +61708,7 @@
 
   <pre><!-- clock.html -->
 <!DOCTYPE HTML>
-<html manifest="clock.manifest">
+<html manifest="clock.appcache">
  <head>
   <title>Clock</title>
   <script src="clock.js"></script>
@@ -90145,7 +90145,7 @@
      U+0009 CHARACTER TABULATION (tab) character, a U+000A LINE FEED
      (LF) character, or a U+000D CARRIAGE RETURN (CR) character.</dd>
      <dt>File extension(s):</dt>
-     <dd>"<code title="">manifest</code>"</dd>
+     <dd>"<code title="">appcache</code>"</dd>
      <dt>Macintosh file type code(s):</dt>
      <dd>No specific Macintosh file type codes are recommended for this type.</dd>
     </dl></dd>
@@ -94174,6 +94174,7 @@
   Gianmarco Armellin,
   Giovanni Campagna,
   Glenn Adams,
+  Glenn Maynard,
   Graham Klyne,
   Greg Botten,
   Greg Houston,

Modified: index
===================================================================
--- index	2011-02-01 00:36:49 UTC (rev 5811)
+++ index	2011-02-01 00:42:36 UTC (rev 5812)
@@ -61693,7 +61693,7 @@
 
   <pre><!-- clock.html -->
 <!DOCTYPE HTML>
-<html manifest="clock.manifest">
+<html manifest="clock.appcache">
  <head>
   <title>Clock</title>
   <script src="clock.js"></script>
@@ -86121,7 +86121,7 @@
      U+0009 CHARACTER TABULATION (tab) character, a U+000A LINE FEED
      (LF) character, or a U+000D CARRIAGE RETURN (CR) character.</dd>
      <dt>File extension(s):</dt>
-     <dd>"<code title="">manifest</code>"</dd>
+     <dd>"<code title="">appcache</code>"</dd>
      <dt>Macintosh file type code(s):</dt>
      <dd>No specific Macintosh file type codes are recommended for this type.</dd>
     </dl></dd>
@@ -90318,6 +90318,7 @@
   Gianmarco Armellin,
   Giovanni Campagna,
   Glenn Adams,
+  Glenn Maynard,
   Graham Klyne,
   Greg Botten,
   Greg Houston,

Modified: source
===================================================================
--- source	2011-02-01 00:36:49 UTC (rev 5811)
+++ source	2011-02-01 00:42:36 UTC (rev 5812)
@@ -70118,7 +70118,7 @@
 
   <p>The author can instead provide a manifest of the three files:</p>
 
-  <pre>EXAMPLE offline/clock/clock2.manifest</pre>
+  <pre>EXAMPLE offline/clock/clock2.appcache</pre>
 
   <p>With a small change to the HTML file, the manifest (served as
   <code>text/cache-manifest</code>) is linked to the application:</p>
@@ -102225,7 +102225,7 @@
      U+0009 CHARACTER TABULATION (tab) character, a U+000A LINE FEED
      (LF) character, or a U+000D CARRIAGE RETURN (CR) character.</dd>
      <dt>File extension(s):</dt>
-     <dd>"<code title="">manifest</code>"</dd>
+     <dd>"<code title="">appcache</code>"</dd>
      <dt>Macintosh file type code(s):</dt>
      <dd>No specific Macintosh file type codes are recommended for this type.</dd>
     </dl>
@@ -107363,6 +107363,7 @@
   Gianmarco Armellin,
   Giovanni Campagna,
   Glenn Adams,
+  Glenn Maynard,
   Graham Klyne,
   Greg Botten,
   Greg Houston,




More information about the Commit-Watchers mailing list