[html5] r4062 - [] (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:03:18 PDT 2009
Author: ianh
Date: 2009-09-30 03:03:17 -0700 (Wed, 30 Sep 2009)
New Revision: 4062
Modified:
index
source
Log:
[] (0) Fix the points that call the application cache update process to send a cache host, not a browsing context.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7757
Modified: index
===================================================================
--- index 2009-09-30 09:37:37 UTC (rev 4061)
+++ index 2009-09-30 10:03:17 UTC (rev 4062)
@@ -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
- 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>
@@ -53498,8 +53499,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>
Modified: source
===================================================================
--- source 2009-09-30 09:37:37 UTC (rev 4061)
+++ source 2009-09-30 10:03:17 UTC (rev 4062)
@@ -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
- and with the <span>browsing context</span> being navigated.</p>
+ the <span>application cache update process</span> for that cache,
+ with <var title="">document</var> as the <span>cache
+ host</span>.</p>
</dd>
@@ -60519,11 +60520,11 @@
<dd>
<p>Invoke the <span>application cache update process</span> for
- <var title="">manifest URL</var>, with the <span>browsing
- context</span> being navigated, and with <var
- title="">document</var> and the resource from which <var
- title="">document</var> was loaded as the new <span
- title="concept-appcache-master">master</span> resource.</p>
+ <var title="">manifest URL</var>, with <var
+ title="">document</var> as the <span>cache host</span> and with
+ the resource from which <var title="">document</var> was parsed as
+ the new <span title="concept-appcache-master">master</span>
+ resource.</p>
</dd>
More information about the Commit-Watchers
mailing list