HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/5812

SVNBugCommentTime (UTC)
5812[Authors] Change the suggested extension for appcache manifests from .manifest to .appcache to avoid clashing with Microsoft's unregistered application/manifest type2011-02-01 00:42
Index: source
===================================================================
--- source	(revision 5811)
+++ source	(revision 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,

|