[html5] r4063 - [] (0) Fix the points that call the application cache update process to send a c [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Sep 30 03:05:47 PDT 2009


Author: ianh
Date: 2009-09-30 03:05:47 -0700 (Wed, 30 Sep 2009)
New Revision: 4063

Modified:
   index
   source
Log:
[] (0) Fix the points that call the application cache update process to send a cache group, not a cache.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7759

Modified: index
===================================================================
--- index	2009-09-30 10:03:17 UTC (rev 4062)
+++ index	2009-09-30 10:05:47 UTC (rev 4063)
@@ -53482,8 +53482,9 @@
 
     <p>Associate <var title="">document</var> with the
     <a href=#application-cache>application cache</a> from which it was loaded. Invoke
-    the <a href=#application-cache-update-process>application cache update process</a> for that cache,
-    with <var title="">document</var> as the <a href=#cache-host>cache
+    the <a href=#application-cache-update-process>application cache update process</a> for that
+    <a href=#application-cache>application cache</a>'s <a href=#application-cache-group>application cache
+    group</a>, with <var title="">document</var> as the <a href=#cache-host>cache
     host</a>.</p>
 
    </dd>

Modified: source
===================================================================
--- source	2009-09-30 10:03:17 UTC (rev 4062)
+++ source	2009-09-30 10:05:47 UTC (rev 4063)
@@ -60503,8 +60503,9 @@
 
     <p>Associate <var title="">document</var> with the
     <span>application cache</span> from which it was loaded. Invoke
-    the <span>application cache update process</span> for that cache,
-    with <var title="">document</var> as the <span>cache
+    the <span>application cache update process</span> for that
+    <span>application cache</span>'s <span>application cache
+    group</span>, with <var title="">document</var> as the <span>cache
     host</span>.</p>
 
    </dd>




More information about the Commit-Watchers mailing list