hixie: Fix the points that call the application cache update process to send a cache host, not a browsing context. (whatwg r4062)

hixie: Fix the points that call the application cache update process to
send a cache host, not a browsing context. (whatwg r4062)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3223&r2=1.3224&f=h
http://html5.org/tools/web-apps-tracker?from=4061&to=4062

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3223
retrieving revision 1.3224
diff -u -d -r1.3223 -r1.3224
--- Overview.html 30 Sep 2009 09:29:05 -0000 1.3223
+++ Overview.html 30 Sep 2009 09:55:14 -0000 1.3224
@@ -48260,8 +48260,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
-    and with the <a href="#browsing-context">browsing context</a> being navigated.</p>
+    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
+    host</a>.</p>
 
    </dd>
 
@@ -48276,8 +48277,10 @@
    <dd>
 
     <p>Invoke the <a href="#application-cache-update-process">application cache update process</a> for
-    <var title="">manifest URL</var>, with the <a href="#browsing-context">browsing
-    context</a> being navigated, and with <var title="">document</var> and the resource from which <var title="">document</var> was loaded as the new <a href="#concept-appcache-master" title="concept-appcache-master">master</a> resource.</p>
+    <var title="">manifest URL</var>, with <var title="">document</var> as the <a href="#cache-host">cache host</a> and with
+    the resource from which <var title="">document</var> was parsed as
+    the new <a href="#concept-appcache-master" title="concept-appcache-master">master</a>
+    resource.</p>
 
    </dd>

Received on Wednesday, 30 September 2009 09:55:58 UTC