- From: poot <cvsmail@w3.org>
- Date: Tue, 09 Aug 2011 18:16:38 -0400
- To: public-html-diffs@w3.org
hixie: fix example to mention filename (whatwg r6391)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5097&r2=1.5098&f=h
http://html5.org/tools/web-apps-tracker?from=6390&to=6391
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5097
retrieving revision 1.5098
diff -u -d -r1.5097 -r1.5098
--- Overview.html 9 Aug 2011 22:13:56 -0000 1.5097
+++ Overview.html 9 Aug 2011 22:16:27 -0000 1.5098
@@ -46714,7 +46714,8 @@
document.getElementById('clock').value = new Date();
}, 1000);</pre><p>If the user tries to open the "<code title="">clock.html</code>"
page while offline, though, the user agent (unless it happens to
- have it still in the local cache) will fail with an error.<p>The author can instead provide a manifest of the three files:<pre>CACHE MANIFEST
+ have it still in the local cache) will fail with an error.<p>The author can instead provide a manifest of the three files, say
+ "<code title="">clock.appcache</code>":<pre>CACHE MANIFEST
clock.html
clock.css
clock.js</pre><p>With a small change to the HTML file, the manifest (served as
Received on Tuesday, 9 August 2011 22:16:43 UTC