- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 30 Sep 2009 09:55:17 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv31897
Modified Files:
Overview.html
Log Message:
Fix the points that call the application cache update process to send a cache host, not a browsing context. (whatwg r4062)
Index: Overview.html
===================================================================
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:21 UTC