- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 01 Feb 2011 00:42:46 +0000
- To: public-html-commits@w3.org
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><!-- clock.html -->
<!DOCTYPE HTML>
-<html manifest="clock.manifest">
+<html manifest="clock.appcache">
<head>
<title>Clock</title>
<script src="clock.js"></script>
@@ -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