html5/spec Overview.html,1.3316,1.3317

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv9574

Modified Files:
	Overview.html 
Log Message:
Define the task source for appcache and online/offline events. (whatwg r4170)

Index: Overview.html
===================================================================
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:47:31 UTC