Skip to content

Commit

Permalink
[e] (0) fix example to mention filename
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12840

git-svn-id: http://svn.whatwg.org/webapps@6391 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 9, 2011
1 parent bb62bbd commit cfa5851
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion complete.html
Expand Up @@ -65419,7 +65419,8 @@ <h4 id=introduction-6><span class=secno>6.6.1 </span>Introduction</h4>
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
Expand Down
3 changes: 2 additions & 1 deletion index
Expand Up @@ -65289,7 +65289,8 @@ setTimeout(function () {
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
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -74312,7 +74312,8 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
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>

Expand Down

0 comments on commit cfa5851

Please sign in to comment.