html5/spec Overview.html,1.4670,1.4671

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv3525

Modified Files:
	Overview.html 
Log Message:
Change the suggested extension for appcache manifests from .manifest to .appcache to avoid clashing with Microsoft's unregistered application/manifest type (whatwg r5812)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4670
retrieving revision 1.4671
diff -u -d -r1.4670 -r1.4671
--- Overview.html	1 Feb 2011 00:36:54 -0000	1.4670
+++ Overview.html	1 Feb 2011 00:42:42 -0000	1.4671
@@ -45514,7 +45514,7 @@
 clock.js</pre><p>With a small change to the HTML file, the manifest (served as
   <code><a href="#text-cache-manifest">text/cache-manifest</a></code>) is linked to the application:<pre>&lt;!-- clock.html --&gt;
 &lt;!DOCTYPE HTML&gt;
-&lt;html manifest="clock.manifest"&gt;
+&lt;html manifest="clock.appcache"&gt;
  &lt;head&gt;
   &lt;title&gt;Clock&lt;/title&gt;
   &lt;script src="clock.js"&gt;&lt;/script&gt;
@@ -67725,7 +67725,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>
@@ -71499,6 +71499,7 @@
   Gianmarco Armellin,
   Giovanni Campagna,
   Glenn Adams,
+  Glenn Maynard,
   Graham Klyne,
   Greg Botten,
   Greg Houston,

Received on Tuesday, 1 February 2011 00:42:48 UTC