Skip to content

Commit

Permalink
[giow] (1) Missed saying that this event was cancelable somehow.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8113

git-svn-id: http://svn.whatwg.org/webapps@4419 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 8, 2009
1 parent fc7a48a commit 8664f2a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions complete.html
Expand Up @@ -53764,12 +53764,12 @@ <h4 id=downloading-or-updating-an-application-cache><span class=secno>6.9.4 </sp
<li><p>If these steps were invoked with a <a href=#cache-host>cache
host</a>, and the <a href=#concept-appcache-status title=concept-appcache-status>status</a> of <var title="">cache group</var> is <i>checking</i> or
<i>downloading</i>, then <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire
a simple event</a> named <code title=event-appcache-checking><a href=#event-appcache-checking>checking</a></code> at the
<code><a href=#applicationcache>ApplicationCache</a></code> singleton of that <a href=#cache-host>cache
host</a>. The default action of this event must be, if the
user agent <a href=#shows-caching-progress>shows caching progress</a>, the display of
some sort of user interface indicating to the user that the user
agent is checking to see if it can download the
a simple event</a> named <code title=event-appcache-checking><a href=#event-appcache-checking>checking</a></code> that is
cancelable at the <code><a href=#applicationcache>ApplicationCache</a></code> singleton of that
<a href=#cache-host>cache host</a>. The default action of this event must
be, if the user agent <a href=#shows-caching-progress>shows caching progress</a>, the
display of some sort of user interface indicating to the user
that the user agent is checking to see if it can download the
application.</li>

<li><p>If these steps were invoked with a <a href=#cache-host>cache
Expand Down
12 changes: 6 additions & 6 deletions index
Expand Up @@ -50931,12 +50931,12 @@ NETWORK:
<li><p>If these steps were invoked with a <a href=#cache-host>cache
host</a>, and the <a href=#concept-appcache-status title=concept-appcache-status>status</a> of <var title="">cache group</var> is <i>checking</i> or
<i>downloading</i>, then <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire
a simple event</a> named <code title=event-appcache-checking><a href=#event-appcache-checking>checking</a></code> at the
<code><a href=#applicationcache>ApplicationCache</a></code> singleton of that <a href=#cache-host>cache
host</a>. The default action of this event must be, if the
user agent <a href=#shows-caching-progress>shows caching progress</a>, the display of
some sort of user interface indicating to the user that the user
agent is checking to see if it can download the
a simple event</a> named <code title=event-appcache-checking><a href=#event-appcache-checking>checking</a></code> that is
cancelable at the <code><a href=#applicationcache>ApplicationCache</a></code> singleton of that
<a href=#cache-host>cache host</a>. The default action of this event must
be, if the user agent <a href=#shows-caching-progress>shows caching progress</a>, the
display of some sort of user interface indicating to the user
that the user agent is checking to see if it can download the
application.</li>

<li><p>If these steps were invoked with a <a href=#cache-host>cache
Expand Down
12 changes: 6 additions & 6 deletions source
Expand Up @@ -60608,12 +60608,12 @@ NETWORK:
title="">cache group</var> is <i>checking</i> or
<i>downloading</i>, then <span>queue a task</span> to <span>fire
a simple event</span> named <code
title="event-appcache-checking">checking</code> at the
<code>ApplicationCache</code> singleton of that <span>cache
host</span>. The default action of this event must be, if the
user agent <span>shows caching progress</span>, the display of
some sort of user interface indicating to the user that the user
agent is checking to see if it can download the
title="event-appcache-checking">checking</code> that is
cancelable at the <code>ApplicationCache</code> singleton of that
<span>cache host</span>. The default action of this event must
be, if the user agent <span>shows caching progress</span>, the
display of some sort of user interface indicating to the user
that the user agent is checking to see if it can download the
application.</p></li>

<li><p>If these steps were invoked with a <span>cache
Expand Down

0 comments on commit 8664f2a

Please sign in to comment.