[html5] r4170 - [giow] (1) Define the task source for appcache and online/offline events. Fixing [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Oct 18 15:59:43 PDT 2009


Author: ianh
Date: 2009-10-18 15:59:40 -0700 (Sun, 18 Oct 2009)
New Revision: 4170

Modified:
   complete.html
   index
   source
Log:
[giow] (1) Define the task source for appcache and online/offline events.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7779

Modified: complete.html
===================================================================
--- complete.html	2009-10-18 11:12:24 UTC (rev 4169)
+++ complete.html	2009-10-18 22:59:40 UTC (rev 4170)
@@ -54004,6 +54004,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>
 
 
 
@@ -54422,6 +54424,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

Modified: index
===================================================================
--- index	2009-10-18 11:12:24 UTC (rev 4169)
+++ index	2009-10-18 22:59:40 UTC (rev 4170)
@@ -51163,6 +51163,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>
 
 
 
@@ -51581,6 +51583,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

Modified: source
===================================================================
--- source	2009-10-18 11:12:24 UTC (rev 4169)
+++ source	2009-10-18 22:59:40 UTC (rev 4170)
@@ -60886,6 +60886,9 @@
   allows user agents to keep caches primed and to update caches even
   before the user visits a site.</p>
 
+  <p>The <span>task source</span> for these <span
+  title="concept-task">tasks</span> is the <span>networking task
+  source</span>.</p>
 
 
 
@@ -61376,6 +61379,10 @@
   title="event-online"><code>online</code></dfn> at the
   <code>Window</code> object.</p>
 
+  <p>The <span>task source</span> for these <span
+  title="concept-task">tasks</span> is the <span>networking task
+  source</span>.</p>
+
   </div>
 
   <p class="note">This attribute is inherently unreliable. A computer




More information about the Commit-Watchers mailing list