- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 30 Sep 2009 09:57:17 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv32647
Modified Files:
Overview.html
Log Message:
Fix the points that call the application cache update process to send a cache group, not a cache. (whatwg r4063)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3224
retrieving revision 1.3225
diff -u -d -r1.3224 -r1.3225
--- Overview.html 30 Sep 2009 09:55:14 -0000 1.3224
+++ Overview.html 30 Sep 2009 09:57:14 -0000 1.3225
@@ -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,
- 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>
Received on Wednesday, 30 September 2009 09:57:18 UTC