- From: poot <cvsmail@w3.org>
- Date: Mon, 31 Jan 2011 19:43:57 -0500
- To: public-html-diffs@w3.org
hixie: Change the suggested extension for appcache manifests from .manifest to .appcache to avoid clashing with Microsoft's unregistered application/manifest type (whatwg r5812) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4670&r2=1.4671&f=h http://html5.org/tools/web-apps-tracker?from=5811&to=5812 =================================================================== 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:43:59 UTC