[html5] r3855 - [e] (0) appcache intro: Mention that the main page is always cached.
whatwg at whatwg.org
whatwg at whatwg.org
Mon Sep 14 23:41:57 PDT 2009
Author: ianh
Date: 2009-09-14 23:41:56 -0700 (Mon, 14 Sep 2009)
New Revision: 3855
Modified:
index
source
Log:
[e] (0) appcache intro: Mention that the main page is always cached.
Modified: index
===================================================================
--- index 2009-09-15 05:32:47 UTC (rev 3854)
+++ index 2009-09-15 06:41:56 UTC (rev 3855)
@@ -51577,7 +51577,13 @@
<p>Now, if the user goes to the page, the browser will cache the
files and make them available even when the user is offline.</p>
+ <p class=note>Authors are encouraged to include the main page in
+ the manifest also, but in practice the page that referenced the
+ manifest is automatically cached even if it isn't explicitly
+ mentioned.</p>
+
+
<h5 id=event-summary><span class=secno>6.9.1.1 </span>Event summary</h5>
<p><i>This section is non-normative.</i></p>
Modified: source
===================================================================
--- source 2009-09-15 05:32:47 UTC (rev 3854)
+++ source 2009-09-15 06:41:56 UTC (rev 3855)
@@ -58235,7 +58235,13 @@
<p>Now, if the user goes to the page, the browser will cache the
files and make them available even when the user is offline.</p>
+ <p class="note">Authors are encouraged to include the main page in
+ the manifest also, but in practice the page that referenced the
+ manifest is automatically cached even if it isn't explicitly
+ mentioned.</p>
+
+
<h5>Event summary</h5>
<p><i>This section is non-normative.</i></p>
More information about the Commit-Watchers
mailing list