Skip to content

Commit

Permalink
[e] (0) appcache intro: Mention that the main page is always cached.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3855 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 15, 2009
1 parent 72157d1 commit f587fda
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index
Expand Up @@ -51577,6 +51577,12 @@ clock.js</pre>
<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>

Expand Down
6 changes: 6 additions & 0 deletions source
Expand Up @@ -58235,6 +58235,12 @@ interface <dfn>NavigatorAbilities</dfn> {
<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>

Expand Down

0 comments on commit f587fda

Please sign in to comment.