- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 10 Aug 2010 01:22:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29984
Modified Files:
Overview.html
Log Message:
Clarify the order in which lists are added to the task list. (whatwg r5259)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4187
retrieving revision 1.4188
diff -u -d -r1.4187 -r1.4188
--- Overview.html 10 Aug 2010 01:16:15 -0000 1.4187
+++ Overview.html 10 Aug 2010 01:22:08 -0000 1.4188
@@ -45139,7 +45139,7 @@
group</var>, create a <a href="#concept-task" title="concept-task">task</a> to
<a href="#fire-a-simple-event">fire a simple event</a> named <code title="event-appcache-obsolete"><a href="#event-appcache-obsolete">obsolete</a></code> that is
cancelable at the <code><a href="#applicationcache">ApplicationCache</a></code> singleton of the
- <a href="#cache-host">cache host</a>, and add it to <var title="">task
+ <a href="#cache-host">cache host</a>, and append it to <var title="">task
list</var>. The default action of these events 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
@@ -45151,7 +45151,7 @@
<code title="event-appcache-error"><a href="#event-appcache-error">error</a></code> (not <code title="event-appcache-obsolete"><a href="#event-appcache-obsolete">obsolete</a></code>!) at the
<code><a href="#applicationcache">ApplicationCache</a></code> singleton of the <a href="#cache-host">cache
host</a> the <code><a href="#document">Document</a></code> for this entry, if there
- still is one, and add it to <var title="">task list</var>. The
+ still is one, and append it to <var title="">task list</var>. 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 failed
@@ -45214,7 +45214,7 @@
event</a> that is cancelable named <code title="event-appcache-error"><a href="#event-appcache-error">error</a></code> at the
<code><a href="#applicationcache">ApplicationCache</a></code> singleton of the <a href="#cache-host">cache
host</a> the <code><a href="#document">Document</a></code> for this entry, if there
- still is one, and add it to <var title="">task list</var>. The
+ still is one, and append it to <var title="">task list</var>. 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 failed
@@ -45239,7 +45239,7 @@
group</var>, create a <a href="#concept-task" title="concept-task">task</a> to
<a href="#fire-a-simple-event">fire a simple event</a> that is cancelable named <code title="event-appcache-noupdate"><a href="#event-appcache-noupdate">noupdate</a></code> at the
<code><a href="#applicationcache">ApplicationCache</a></code> singleton of the <a href="#cache-host">cache
- host</a>, and add it to <var title="">task list</var>. The
+ host</a>, and append it to <var title="">task list</var>. The
default action of these events 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 application is up
@@ -45566,7 +45566,7 @@
group</var>, create a <a href="#concept-task" title="concept-task">task</a> to
<a href="#fire-a-simple-event">fire a simple event</a> that is cancelable named <code title="event-appcache-cached"><a href="#event-appcache-cached">cached</a></code> at the
<code><a href="#applicationcache">ApplicationCache</a></code> singleton of the <a href="#cache-host">cache
- host</a>, and add it to <var title="">task list</var>. The
+ host</a>, and append it to <var title="">task list</var>. The
default action of these events 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 application has
@@ -45577,7 +45577,7 @@
cache</a> in <var title="">cache group</var>, create a <a href="#concept-task" title="concept-task">task</a> to <a href="#fire-a-simple-event">fire a simple
event</a> that is cancelable named <code title="event-appcache-updateready"><a href="#event-appcache-updateready">updateready</a></code> at the
<code><a href="#applicationcache">ApplicationCache</a></code> singleton of the <a href="#cache-host">cache
- host</a>, and add it to <var title="">task list</var>. The
+ host</a>, and append it to <var title="">task list</var>. The
default action of these events 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 a new version is
@@ -45615,7 +45615,7 @@
<a href="#fire-a-simple-event">fire a simple event</a> that is cancelable named <code title="event-appcache-error"><a href="#event-appcache-error">error</a></code> at the
<code><a href="#applicationcache">ApplicationCache</a></code> singleton of the
<code><a href="#document">Document</a></code> for this entry, if there still is one, and
- add it to <var title="">task list</var>. The default action of
+ append it to <var title="">task list</var>. The default action of
these events 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 failed to save the
@@ -45628,7 +45628,7 @@
create a <a href="#concept-task" title="concept-task">task</a> to <a href="#fire-a-simple-event">fire a
simple event</a> that is cancelable named <code title="event-appcache-error"><a href="#event-appcache-error">error</a></code> at the
<code><a href="#applicationcache">ApplicationCache</a></code> singleton of the <a href="#cache-host">cache
- host</a>, and add it to <var title="">task list</var>. The
+ host</a>, and append it to <var title="">task list</var>. The
default action of these events 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 failed to
Received on Tuesday, 10 August 2010 01:22:14 UTC