[html5] r6391 - [e] (0) fix example to mention filename Fixing http://www.w3.org/Bugs/Public/sho [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Aug 9 15:16:21 PDT 2011
Author: ianh
Date: 2011-08-09 15:16:19 -0700 (Tue, 09 Aug 2011)
New Revision: 6391
Modified:
complete.html
index
source
Log:
[e] (0) fix example to mention filename
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12840
Modified: complete.html
===================================================================
--- complete.html 2011-08-09 22:13:49 UTC (rev 6390)
+++ complete.html 2011-08-09 22:16:19 UTC (rev 6391)
@@ -65419,7 +65419,8 @@
page while offline, though, the user agent (unless it happens to
have it still in the local cache) will fail with an error.</p>
- <p>The author can instead provide a manifest of the three files:</p>
+ <p>The author can instead provide a manifest of the three files, say
+ "<code title="">clock.appcache</code>":</p>
<pre>CACHE MANIFEST
clock.html
Modified: index
===================================================================
--- index 2011-08-09 22:13:49 UTC (rev 6390)
+++ index 2011-08-09 22:16:19 UTC (rev 6391)
@@ -65289,7 +65289,8 @@
page while offline, though, the user agent (unless it happens to
have it still in the local cache) will fail with an error.</p>
- <p>The author can instead provide a manifest of the three files:</p>
+ <p>The author can instead provide a manifest of the three files, say
+ "<code title="">clock.appcache</code>":</p>
<pre>CACHE MANIFEST
clock.html
Modified: source
===================================================================
--- source 2011-08-09 22:13:49 UTC (rev 6390)
+++ source 2011-08-09 22:16:19 UTC (rev 6391)
@@ -74312,7 +74312,8 @@
page while offline, though, the user agent (unless it happens to
have it still in the local cache) will fail with an error.</p>
- <p>The author can instead provide a manifest of the three files:</p>
+ <p>The author can instead provide a manifest of the three files, say
+ "<code title="">clock.appcache</code>":</p>
<pre>EXAMPLE offline/clock/clock2.appcache</pre>
More information about the Commit-Watchers
mailing list