- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 09 Aug 2011 22:16:31 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv25652
Modified Files:
Overview.html
Log Message:
fix example to mention filename (whatwg r6391)
Index: Overview.html
===================================================================
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:36 UTC