Skip to content

Commit

Permalink
[] (0) Fix the points that call the application cache update process …
Browse files Browse the repository at this point in the history
…to send a cache host, not a browsing context.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7757

git-svn-id: http://svn.whatwg.org/webapps@4062 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 30, 2009
1 parent c2c0d4c commit 0b3d10f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
11 changes: 7 additions & 4 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -53482,8 +53482,9 @@ NETWORK:

<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>

Expand All @@ -53498,8 +53499,10 @@ NETWORK:
<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>

Expand Down
15 changes: 8 additions & 7 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -60503,8 +60503,9 @@ NETWORK:

<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>

Expand All @@ -60519,11 +60520,11 @@ NETWORK:
<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>

Expand Down

0 comments on commit 0b3d10f

Please sign in to comment.