hixie: Define the task source for appcache and online/offline events. (whatwg r4170)

hixie: Define the task source for appcache and online/offline events.
(whatwg r4170)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3316&r2=1.3317&f=h
http://html5.org/tools/web-apps-tracker?from=4169&to=4170

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3316
retrieving revision 1.3317
diff -u -d -r1.3316 -r1.3317
--- Overview.html 18 Oct 2009 11:00:14 -0000 1.3316
+++ Overview.html 18 Oct 2009 22:47:24 -0000 1.3317
@@ -45937,6 +45937,8 @@
   allows user agents to keep caches primed and to update caches even
   before the user visits a site.</p>
 
+  <p>The <a href="#task-source">task source</a> for these <a href="#concept-task" title="concept-task">tasks</a> is the <a href="#networking-task-source">networking task
+  source</a>.</p>
 
 
 
@@ -46333,6 +46335,9 @@
   agent must <a href="#fire-a-simple-event">fire a simple event</a> named <dfn id="event-online" title="event-online"><code>online</code></dfn> at the
   <code><a href="#window">Window</a></code> object.</p>
 
+  <p>The <a href="#task-source">task source</a> for these <a href="#concept-task" title="concept-task">tasks</a> is the <a href="#networking-task-source">networking task
+  source</a>.</p>
+
   </div><p class="note">This attribute is inherently unreliable. A computer
   can be connected to a network without having Internet access.<h3 id="history"><span class="secno">6.10 </span>Session history and navigation</h3><p class="XXX annotation"><b>Status: </b><i>Working draft</i><h4 id="the-session-history-of-browsing-contexts"><span class="secno">6.10.1 </span>The session history of browsing contexts</h4><p>The sequence of <code>Document</code>s in a <a href="#browsing-context">browsing
   context</a> is its <dfn id="session-history">session history</dfn>.<p><code><a href="#history-0">History</a></code> objects provide a representation of the

Received on Sunday, 18 October 2009 22:48:13 UTC