[html5] r5259 - [e] (0) Clarify the order in which lists are added to the task list.
whatwg at whatwg.org
whatwg at whatwg.org
Mon Aug 9 18:22:04 PDT 2010
Author: ianh
Date: 2010-08-09 18:22:03 -0700 (Mon, 09 Aug 2010)
New Revision: 5259
Modified:
complete.html
index
source
Log:
[e] (0) Clarify the order in which lists are added to the task list.
Modified: complete.html
===================================================================
--- complete.html 2010-08-10 01:16:10 UTC (rev 5258)
+++ complete.html 2010-08-10 01:22:03 UTC (rev 5259)
@@ -62231,7 +62231,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
@@ -62243,7 +62243,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
@@ -62306,7 +62306,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
@@ -62331,7 +62331,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
@@ -62658,7 +62658,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
@@ -62669,7 +62669,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
@@ -62707,7 +62707,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
@@ -62720,7 +62720,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
Modified: index
===================================================================
--- index 2010-08-10 01:16:10 UTC (rev 5258)
+++ index 2010-08-10 01:22:03 UTC (rev 5259)
@@ -62167,7 +62167,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
@@ -62179,7 +62179,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
@@ -62242,7 +62242,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
@@ -62267,7 +62267,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
@@ -62594,7 +62594,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
@@ -62605,7 +62605,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
@@ -62643,7 +62643,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
@@ -62656,7 +62656,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
Modified: source
===================================================================
--- source 2010-08-10 01:16:10 UTC (rev 5258)
+++ source 2010-08-10 01:22:03 UTC (rev 5259)
@@ -70348,7 +70348,7 @@
<span>fire a simple event</span> named <code
title="event-appcache-obsolete">obsolete</code> that is
cancelable at the <code>ApplicationCache</code> singleton of the
- <span>cache host</span>, and add it to <var title="">task
+ <span>cache host</span>, and append it to <var title="">task
list</var>. The default action of these events 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
@@ -70362,7 +70362,7 @@
title="event-appcache-obsolete">obsolete</code>!) at the
<code>ApplicationCache</code> singleton of the <span>cache
host</span> the <code>Document</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
<span>shows caching progress</span>, the display of some sort of
user interface indicating to the user that the user agent failed
@@ -70440,7 +70440,7 @@
title="event-appcache-error">error</code> at the
<code>ApplicationCache</code> singleton of the <span>cache
host</span> the <code>Document</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
<span>shows caching progress</span>, the display of some sort of
user interface indicating to the user that the user agent failed
@@ -70469,7 +70469,7 @@
<span>fire a simple event</span> that is cancelable named <code
title="event-appcache-noupdate">noupdate</code> at the
<code>ApplicationCache</code> singleton of the <span>cache
- host</span>, and add it to <var title="">task list</var>. The
+ host</span>, and append it to <var title="">task list</var>. The
default action of these events 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 application is up
@@ -70853,7 +70853,7 @@
<span>fire a simple event</span> that is cancelable named <code
title="event-appcache-cached">cached</code> at the
<code>ApplicationCache</code> singleton of the <span>cache
- host</span>, and add it to <var title="">task list</var>. The
+ host</span>, and append it to <var title="">task list</var>. The
default action of these events 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 application has
@@ -70867,7 +70867,7 @@
event</span> that is cancelable named <code
title="event-appcache-updateready">updateready</code> at the
<code>ApplicationCache</code> singleton of the <span>cache
- host</span>, and add it to <var title="">task list</var>. The
+ host</span>, and append it to <var title="">task list</var>. The
default action of these events must be, if the user agent
<span>shows caching progress</span>, the display of some sort of
user interface indicating to the user that a new version is
@@ -70915,7 +70915,7 @@
title="event-appcache-error">error</code> at the
<code>ApplicationCache</code> singleton of the
<code>Document</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 <span>shows caching
progress</span>, the display of some sort of user interface
indicating to the user that the user agent failed to save the
@@ -70931,7 +70931,7 @@
simple event</span> that is cancelable named <code
title="event-appcache-error">error</code> at the
<code>ApplicationCache</code> singleton of the <span>cache
- host</span>, and add it to <var title="">task list</var>. The
+ host</span>, and append it to <var title="">task list</var>. The
default action of these events 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 failed to
More information about the Commit-Watchers
mailing list