[html5] r2345 - [e] (0) Appcache: Rename 'implicit entries' to 'master entries'.
whatwg at whatwg.org
whatwg at whatwg.org
Thu Oct 16 01:15:15 PDT 2008
Author: ianh
Date: 2008-10-16 01:15:14 -0700 (Thu, 16 Oct 2008)
New Revision: 2345
Modified:
index
source
Log:
[e] (0) Appcache: Rename 'implicit entries' to 'master entries'.
Modified: index
===================================================================
--- index 2008-10-16 01:39:49 UTC (rev 2344)
+++ index 2008-10-16 08:15:14 UTC (rev 2345)
@@ -33854,19 +33854,19 @@
such as HTTP headers, if any), identified by URLs, each falling
into one (or more) of the following categories:</p>
- <dl><dt><dfn id=concept-appcache-implicit title=concept-appcache-implicit>Implicit entries</dfn>
+ <dl><dt><dfn id=concept-appcache-master title=concept-appcache-master>Master entries</dfn>
<dd>Documents that were added to the cache because a
- <a href=#top-level-browsing-context>top-level browsing context</a> was <a href=#navigate title=navigate>navigated</a> to that document and the
+ <a href=#browsing-context>browsing context</a> was <a href=#navigate title=navigate>navigated</a> to that document and the
document indicated that this was its cache, using the <code title=attr-html-manifest><a href=#attr-html-manifest>manifest</a></code> attribute.
<dt><dfn id=concept-appcache-manifest title=concept-appcache-manifest>The manifest</dfn>
<dd>The resource corresponding to the URL that was given in an
- implicit entry's <code><a href=#the-html-element>html</a></code> element's <code title=attr-html-manifest><a href=#attr-html-manifest>manifest</a></code> attribute. The
+ master entry's <code><a href=#the-html-element>html</a></code> element's <code title=attr-html-manifest><a href=#attr-html-manifest>manifest</a></code> attribute. The
manifest is fetched and processed during the <a href=#application-cache-update-process>application
- cache update process</a>. All the <a href=#concept-appcache-implicit title=concept-appcache-implicit>implicit entries</a> have
+ cache update process</a>. All the <a href=#concept-appcache-master title=concept-appcache-master>master entries</a> have
the <a href=#same-origin title="same origin">same origin</a> as the manifest.
@@ -34408,8 +34408,8 @@
interface indicating to the user that the application is up to
date.</li>
- <li><p>If there are any pending downloads of <span title="implicit entry">implicit entries</span> that are being
- stored in the cache, then wait for all of them to have
+ <li><p>If there are any pending downloads of <a href=#concept-appcache-master title=concept-appcache-master>master entries</a> that are
+ being stored in the cache, then wait for all of them to have
completed. If any of these downloads fail (e.g. the server
returns a 4xx or 5xx response or equivalent, or there is a DNS
error, or the connection times out, or the user cancels the
@@ -34454,8 +34454,8 @@
list</var>, each flagged with "fallback entry".</li>
<li><p>If this is an <a href=#concept-appcache-upgrade title=concept-appcache-upgrade>upgrade
- attempt</a>, then add all the URLs of <a href=#concept-appcache-implicit title=concept-appcache-implicit>implicit entries</a> in <var title="">cache</var> to <var title="">file list</var>, each flagged
- with "implicit entry".</li>
+ attempt</a>, then add all the URLs of <a href=#concept-appcache-master title=concept-appcache-master>master entries</a> in <var title="">cache</var> to <var title="">file list</var>, each flagged
+ with "master entry".</li>
<li><p>If this is an <a href=#concept-appcache-upgrade title=concept-appcache-upgrade>upgrade
attempt</a>, then add all the URLs of <a href=#concept-appcache-dynamic title=concept-appcache-dynamic>dynamic entries</a> in <var title="">cache</var> to <var title="">file list</var>, each flagged
@@ -34535,9 +34535,9 @@
entry as a <a href=#concept-appcache-fallback title=concept-appcache-fallback>fallback
entry</a>.</li>
- <li><p>If the URL being processed was flagged as an "implicit
+ <li><p>If the URL being processed was flagged as an "master
entry" in <var title="">file list</var>, then categorize the
- entry as a <a href=#concept-appcache-implicit title=concept-appcache-implicit>implicit
+ entry as a <a href=#concept-appcache-master title=concept-appcache-master>master
entry</a>.</li>
<li><p>If the URL being processed was flagged as an "dynamic
@@ -34566,9 +34566,8 @@
<li>
- <p>Wait for all pending downloads of <span title="implicit
- entry">implicit entries</span> that are being stored in the cache
- to have completed.</p>
+ <p>Wait for all pending downloads of <a href=#concept-appcache-master title=concept-appcache-master>master entries</a> that are
+ being stored in the cache to have completed.</p>
<p class=example>For example, if the <a href=#browsing-context>browsing
context</a>'s <a href=#active-document>active document</a> isn't itself listed
@@ -34740,7 +34739,7 @@
of that <a href=#application-cache>application cache</a> contains a resource with
the URL of the manifest, and that resource is categorized as a
<a href=#concept-appcache-manifest title=concept-appcache-manifest>manifest</a>, then:
- store the resource in the matching cache, categorized as an <a href=#concept-appcache-implicit title=concept-appcache-implicit>implicit entry</a>,
+ store the resource in the matching cache, categorized as an <a href=#concept-appcache-master title=concept-appcache-master>master entry</a>,
associate the <code>Document</code> with that cache, invoke the
<a href=#application-cache-update-process>application cache update process</a>, and abort these
steps.</li>
@@ -34756,7 +34755,7 @@
of that <a href=#application-cache>application cache</a> does not yet contain a
resource with the URL of the manifest, or it does but that
resource is not yet categorized as a <a href=#concept-appcache-manifest title=concept-appcache-manifest>manifest</a>: store the
- resource in that cache, categorized as an <a href=#concept-appcache-implicit title=concept-appcache-implicit>implicit entry</a>
+ resource in that cache, categorized as an <a href=#concept-appcache-master title=concept-appcache-master>master entry</a>
(replacing the file's previous contents if it was already in the
cache, but not removing any other categories it might have), and
abort these steps. (An <a href=#application-cache-update-process>application cache update
@@ -34765,7 +34764,7 @@
<li><p>Otherwise, there is no matching <a href=#application-cache>application
cache</a>: create a new application cache identified by this
manifest URL, store the resource in that cache, categorized as an
- <a href=#concept-appcache-implicit title=concept-appcache-implicit>implicit entry</a>,
+ <a href=#concept-appcache-master title=concept-appcache-master>master entry</a>,
and then invoke the <a href=#application-cache-update-process>application cache update
process</a>.</li>
@@ -34827,7 +34826,7 @@
mechanism or equivalent, then <a href=#fetch>fetch</a> the resource
normally and abort these steps.</li>
- <li><p>If the resource's URL is <a href=#concept-appcache-implicit title=concept-appcache-implicit>an implicit entry</a>, <a href=#concept-appcache-manifest title=concept-appcache-manifest>the manifest</a>, <a href=#concept-appcache-explicit title=concept-appcache-explicit>an explicit entry</a>, <a href=#concept-appcache-fallback title=concept-appcache-fallback>a fallback entry</a>, or a
+ <li><p>If the resource's URL is <a href=#concept-appcache-master title=concept-appcache-master>an master entry</a>, <a href=#concept-appcache-manifest title=concept-appcache-manifest>the manifest</a>, <a href=#concept-appcache-explicit title=concept-appcache-explicit>an explicit entry</a>, <a href=#concept-appcache-fallback title=concept-appcache-fallback>a fallback entry</a>, or a
<a href=#concept-appcache-dynamic title=concept-appcache-dynamic>dynamic entry</a> in the
<a href=#application-cache>application cache</a>, then get the resource from the
cache (instead of fetching it), and abort these steps.</li>
@@ -52719,23 +52718,23 @@
Mathieu Henri, Matthew Mastracci, Matthew Raymond, Matthew Thomas,
Mattias Waldau, Max Romantschuk, Michael 'Ratt' Iannarelli, Michael
A. Nachbaur, Michael A. Puls II<!--Shadow2531-->, Michael Carter,
- Michael Gratton, Michael Powers, Michael(tm) Smith, Michel Fortin,
- Michiel van der Blonk, Mihai Şucan<!-- from ROBO Design -->,
- Mike Brown, Mike Dierken<!-- S. Mike Dierken -->, Mike Dixon, Mike
- Schinkel, Mike Shaver, Mikko Rantalainen, Neil Deakin, Neil Soiffer,
- Olaf Hoffmann, Olav Junker Kjær, Oliver Hunt, Peter Karlsson,
- Peter Kasting, Philip Jägenstedt, Philip Taylor, Philip
- TAYLOR<!-- a different one -->, Rachid Finge, Rajas Moonka, Ralf
- Stoltze, Ralph Giles, Raphael Champeimont, Rene Saarsoo, Richard
- Ishida, Rimantas Liubertas, Robert Blaut, Robert O'Callahan, Robert
- Sayre, Roman Ivanov, Ryan King, S. Mike Dierken, Sam Ruby, Sam
- Weinig, Scott Hess, Sean Knapp, Shaun Inman, Silvia Pfeiffer, Simon
- Pieters, Stefan Haustein, Steffen Meschkat, Stephen Ma, Steve
- Faulkner, Steve Runyon, Steven Garrity, Stewart Brodie, Stuart
- Parmenter, Sunava Dutta, Tantek Çelik, Terrence Wood, Thomas
- Broyer, Thomas O'Connor, Tim Altman, Tim Johansson, Travis Leithead,
- Tyler Close, Vladimir Vukićević, Wakaba, Wayne
- Pollock, William Swanson, Yi-An Huang, and Øistein
+ Michael Gratton, Michael Nordman, Michael Powers, Michael(tm) Smith,
+ Michel Fortin, Michiel van der Blonk, Mihai Şucan<!-- from
+ ROBO Design -->, Mike Brown, Mike Dierken<!-- S. Mike Dierken -->,
+ Mike Dixon, Mike Schinkel, Mike Shaver, Mikko Rantalainen, Neil
+ Deakin, Neil Soiffer, Olaf Hoffmann, Olav Junker Kjær, Oliver
+ Hunt, Peter Karlsson, Peter Kasting, Philip Jägenstedt, Philip
+ Taylor, Philip TAYLOR<!-- a different one -->, Rachid Finge, Rajas
+ Moonka, Ralf Stoltze, Ralph Giles, Raphael Champeimont, Rene
+ Saarsoo, Richard Ishida, Rimantas Liubertas, Robert Blaut, Robert
+ O'Callahan, Robert Sayre, Roman Ivanov, Ryan King, S. Mike Dierken,
+ Sam Ruby, Sam Weinig, Scott Hess, Sean Knapp, Shaun Inman, Silvia
+ Pfeiffer, Simon Pieters, Stefan Haustein, Steffen Meschkat, Stephen
+ Ma, Steve Faulkner, Steve Runyon, Steven Garrity, Stewart Brodie,
+ Stuart Parmenter, Sunava Dutta, Tantek Çelik, Terrence Wood,
+ Thomas Broyer, Thomas O'Connor, Tim Altman, Tim Johansson, Travis
+ Leithead, Tyler Close, Vladimir Vukićević, Wakaba,
+ Wayne Pollock, William Swanson, Yi-An Huang, and Øistein
E. Andersen, for their useful and substantial comments.</p>
<p>Thanks also to everyone who has ever posted about HTML5 to their
Modified: source
===================================================================
--- source 2008-10-16 01:39:49 UTC (rev 2344)
+++ source 2008-10-16 08:15:14 UTC (rev 2345)
@@ -38416,10 +38416,10 @@
<dl>
- <dt><dfn title="concept-appcache-implicit">Implicit entries</dfn>
+ <dt><dfn title="concept-appcache-master">Master entries</dfn>
<dd>Documents that were added to the cache because a
- <span>top-level browsing context</span> was <span
+ <span>browsing context</span> was <span
title="navigate">navigated</span> to that document and the
document indicated that this was its cache, using the <code
title="attr-html-manifest">manifest</code> attribute.
@@ -38428,11 +38428,11 @@
<dt><dfn title="concept-appcache-manifest">The manifest</dfn>
<dd>The resource corresponding to the URL that was given in an
- implicit entry's <code>html</code> element's <code
+ master entry's <code>html</code> element's <code
title="attr-html-manifest">manifest</code> attribute. The
manifest is fetched and processed during the <span>application
cache update process</span>. All the <span
- title="concept-appcache-implicit">implicit entries</span> have
+ title="concept-appcache-master">master entries</span> have
the <span title="same origin">same origin</span> as the manifest.
@@ -39065,8 +39065,8 @@
date.</p></li>
<li><p>If there are any pending downloads of <span
- title="implicit entry">implicit entries</span> that are being
- stored in the cache, then wait for all of them to have
+ title="concept-appcache-master">master entries</span> that are
+ being stored in the cache, then wait for all of them to have
completed. If any of these downloads fail (e.g. the server
returns a 4xx or 5xx response or equivalent, or there is a DNS
error, or the connection times out, or the user cancels the
@@ -39120,9 +39120,9 @@
<li><p>If this is an <span title="concept-appcache-upgrade">upgrade
attempt</span>, then add all the URLs of <span
- title="concept-appcache-implicit">implicit entries</span> in <var
+ title="concept-appcache-master">master entries</span> in <var
title="">cache</var> to <var title="">file list</var>, each flagged
- with "implicit entry".</p></li>
+ with "master entry".</p></li>
<li><p>If this is an <span title="concept-appcache-upgrade">upgrade
attempt</span>, then add all the URLs of <span
@@ -39208,9 +39208,9 @@
entry as a <span title="concept-appcache-fallback">fallback
entry</span>.</p></li>
- <li><p>If the URL being processed was flagged as an "implicit
+ <li><p>If the URL being processed was flagged as an "master
entry" in <var title="">file list</var>, then categorize the
- entry as a <span title="concept-appcache-implicit">implicit
+ entry as a <span title="concept-appcache-master">master
entry</span>.</p></li>
<li><p>If the URL being processed was flagged as an "dynamic
@@ -39246,9 +39246,9 @@
<li>
- <p>Wait for all pending downloads of <span title="implicit
- entry">implicit entries</span> that are being stored in the cache
- to have completed.</p>
+ <p>Wait for all pending downloads of <span
+ title="concept-appcache-master">master entries</span> that are
+ being stored in the cache to have completed.</p>
<p class="example">For example, if the <span>browsing
context</span>'s <span>active document</span> isn't itself listed
@@ -39449,7 +39449,7 @@
the URL of the manifest, and that resource is categorized as a
<span title="concept-appcache-manifest">manifest</span>, then:
store the resource in the matching cache, categorized as an <span
- title="concept-appcache-implicit">implicit entry</span>,
+ title="concept-appcache-master">master entry</span>,
associate the <code>Document</code> with that cache, invoke the
<span>application cache update process</span>, and abort these
steps.</p></li>
@@ -39468,7 +39468,7 @@
resource is not yet categorized as a <span
title="concept-appcache-manifest">manifest</span>: store the
resource in that cache, categorized as an <span
- title="concept-appcache-implicit">implicit entry</span>
+ title="concept-appcache-master">master entry</span>
(replacing the file's previous contents if it was already in the
cache, but not removing any other categories it might have), and
abort these steps. (An <span>application cache update
@@ -39477,7 +39477,7 @@
<li><p>Otherwise, there is no matching <span>application
cache</span>: create a new application cache identified by this
manifest URL, store the resource in that cache, categorized as an
- <span title="concept-appcache-implicit">implicit entry</span>,
+ <span title="concept-appcache-master">master entry</span>,
and then invoke the <span>application cache update
process</span>.</p></li>
@@ -39554,7 +39554,7 @@
normally and abort these steps.</p></li>
<li><p>If the resource's URL is <span
- title="concept-appcache-implicit">an implicit entry</span>, <span
+ title="concept-appcache-master">an master entry</span>, <span
title="concept-appcache-manifest">the manifest</span>, <span
title="concept-appcache-explicit">an explicit entry</span>, <span
title="concept-appcache-fallback">a fallback entry</span>, or a
@@ -57415,23 +57415,23 @@
Mathieu Henri, Matthew Mastracci, Matthew Raymond, Matthew Thomas,
Mattias Waldau, Max Romantschuk, Michael 'Ratt' Iannarelli, Michael
A. Nachbaur, Michael A. Puls II<!--Shadow2531-->, Michael Carter,
- Michael Gratton, Michael Powers, Michael(tm) Smith, Michel Fortin,
- Michiel van der Blonk, Mihai Şucan<!-- from ROBO Design -->,
- Mike Brown, Mike Dierken<!-- S. Mike Dierken -->, Mike Dixon, Mike
- Schinkel, Mike Shaver, Mikko Rantalainen, Neil Deakin, Neil Soiffer,
- Olaf Hoffmann, Olav Junker Kjær, Oliver Hunt, Peter Karlsson,
- Peter Kasting, Philip Jägenstedt, Philip Taylor, Philip
- TAYLOR<!-- a different one -->, Rachid Finge, Rajas Moonka, Ralf
- Stoltze, Ralph Giles, Raphael Champeimont, Rene Saarsoo, Richard
- Ishida, Rimantas Liubertas, Robert Blaut, Robert O'Callahan, Robert
- Sayre, Roman Ivanov, Ryan King, S. Mike Dierken, Sam Ruby, Sam
- Weinig, Scott Hess, Sean Knapp, Shaun Inman, Silvia Pfeiffer, Simon
- Pieters, Stefan Haustein, Steffen Meschkat, Stephen Ma, Steve
- Faulkner, Steve Runyon, Steven Garrity, Stewart Brodie, Stuart
- Parmenter, Sunava Dutta, Tantek Çelik, Terrence Wood, Thomas
- Broyer, Thomas O'Connor, Tim Altman, Tim Johansson, Travis Leithead,
- Tyler Close, Vladimir Vukićević, Wakaba, Wayne
- Pollock, William Swanson, Yi-An Huang, and Øistein
+ Michael Gratton, Michael Nordman, Michael Powers, Michael(tm) Smith,
+ Michel Fortin, Michiel van der Blonk, Mihai Şucan<!-- from
+ ROBO Design -->, Mike Brown, Mike Dierken<!-- S. Mike Dierken -->,
+ Mike Dixon, Mike Schinkel, Mike Shaver, Mikko Rantalainen, Neil
+ Deakin, Neil Soiffer, Olaf Hoffmann, Olav Junker Kjær, Oliver
+ Hunt, Peter Karlsson, Peter Kasting, Philip Jägenstedt, Philip
+ Taylor, Philip TAYLOR<!-- a different one -->, Rachid Finge, Rajas
+ Moonka, Ralf Stoltze, Ralph Giles, Raphael Champeimont, Rene
+ Saarsoo, Richard Ishida, Rimantas Liubertas, Robert Blaut, Robert
+ O'Callahan, Robert Sayre, Roman Ivanov, Ryan King, S. Mike Dierken,
+ Sam Ruby, Sam Weinig, Scott Hess, Sean Knapp, Shaun Inman, Silvia
+ Pfeiffer, Simon Pieters, Stefan Haustein, Steffen Meschkat, Stephen
+ Ma, Steve Faulkner, Steve Runyon, Steven Garrity, Stewart Brodie,
+ Stuart Parmenter, Sunava Dutta, Tantek Çelik, Terrence Wood,
+ Thomas Broyer, Thomas O'Connor, Tim Altman, Tim Johansson, Travis
+ Leithead, Tyler Close, Vladimir Vukićević, Wakaba,
+ Wayne Pollock, William Swanson, Yi-An Huang, and Øistein
E. Andersen, for their useful and substantial comments.</p>
<p>Thanks also to everyone who has ever posted about HTML5 to their
More information about the Commit-Watchers
mailing list