Skip to content

Commit

Permalink
[a] (1) Change the suggested extension for appcache manifests from .m…
Browse files Browse the repository at this point in the history
…anifest to .appcache to avoid clashing with Microsoft's unregistered application/manifest type

git-svn-id: http://svn.whatwg.org/webapps@5812 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 1, 2011
1 parent 962e4d5 commit b3e6c24
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions complete.html
Expand Up @@ -61708,7 +61708,7 @@ <h4 id=introduction-4><span class=secno>6.6.1 </span>Introduction</h4>

<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;
Expand Down Expand Up @@ -90145,7 +90145,7 @@ <h3 id=text/cache-manifest><span class=secno>16.4 </span><dfn><code>text/cache-m
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>
Expand Down Expand Up @@ -94174,6 +94174,7 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
Gianmarco Armellin,
Giovanni Campagna,
Glenn Adams,
Glenn Maynard,
Graham Klyne,
Greg Botten,
Greg Houston,
Expand Down
5 changes: 3 additions & 2 deletions index
Expand Up @@ -61693,7 +61693,7 @@ clock.js</pre>

<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;
Expand Down Expand Up @@ -86121,7 +86121,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
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>
Expand Down Expand Up @@ -90318,6 +90318,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
Gianmarco Armellin,
Giovanni Campagna,
Glenn Adams,
Glenn Maynard,
Graham Klyne,
Greg Botten,
Greg Houston,
Expand Down
5 changes: 3 additions & 2 deletions source
Expand Up @@ -70118,7 +70118,7 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O

<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>
Expand Down Expand Up @@ -102225,7 +102225,7 @@ interface <span>HTMLDocument</span> {
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>
Expand Down Expand Up @@ -107363,6 +107363,7 @@ interface <span>HTMLDocument</span> {
Gianmarco Armellin,
Giovanni Campagna,
Glenn Adams,
Glenn Maynard,
Graham Klyne,
Greg Botten,
Greg Houston,
Expand Down

0 comments on commit b3e6c24

Please sign in to comment.