[html5] r4186 - [e] (0) Remove the word 'new' in 'new master entry' throughout the spec. Fixing [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Oct 19 18:27:43 PDT 2009


Author: ianh
Date: 2009-10-19 18:27:40 -0700 (Mon, 19 Oct 2009)
New Revision: 4186

Modified:
   complete.html
   index
   source
Log:
[e] (0) Remove the word 'new' in 'new master entry' throughout the spec.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7807

Modified: complete.html
===================================================================
--- complete.html	2009-10-20 01:23:12 UTC (rev 4185)
+++ complete.html	2009-10-20 01:27:40 UTC (rev 4186)
@@ -52872,7 +52872,9 @@
   entries</dfn>. Each entry in this list consists of a resource and a
   corresponding <code>Document</code> object. It is used during the
   <a href=#application-cache-download-process>application cache download process</a> to ensure that new
-  master entries are cached.</p>
+  master entries are cached even if the <a href=#application-cache-download-process>application cache
+  download process</a> was already running for their
+  <a href=#application-cache-group>application cache group</a> when they were loaded.</p>
 
   <p>An <a href=#application-cache-group>application cache group</a> can be marked as <dfn id=concept-appcache-obsolete title=concept-appcache-obsolete>obsolete</dfn>, meaning that it
   must be ignored when looking at what <a href=#application-cache-group title="application cache
@@ -53444,7 +53446,7 @@
   process</dfn> for an <a href=#absolute-url>absolute URL</a> purported to identify
   a <a href=#concept-appcache-manifest title=concept-appcache-manifest>manifest</a>, or for an
   <a href=#application-cache-group>application cache group</a>, potentially given a particular
-  <a href=#cache-host>cache host</a>, and potentially given a new <a href=#concept-appcache-master title=concept-appcache-master>master</a> resource, the user
+  <a href=#cache-host>cache host</a>, and potentially given a <a href=#concept-appcache-master title=concept-appcache-master>master</a> resource, the user
   agent must run the steps below.</p>
 
   <p>Some of these steps have requirements that only apply if the user
@@ -53514,7 +53516,7 @@
      <li><p>Let <var title="">cache group</var> be the
      <a href=#application-cache-group>application cache group</a> identified by <var title="">manifest URL</var>.</li>
 
-     <li><p>If these steps were invoked with a new <a href=#concept-appcache-master title=concept-appcache-master>master</a> resource, then add
+     <li><p>If these steps were invoked with a <a href=#concept-appcache-master title=concept-appcache-master>master</a> resource, then add
      the resource, along with the resource's <code>Document</code>, to
      <var title="">cache group</var>'s <a href=#concept-appcache-pending-masters title=concept-appcache-pending-masters>list of pending master
      entries</a>.</li>
@@ -54215,7 +54217,7 @@
     <p>Invoke the <a href=#application-cache-download-process>application cache download process</a> for
     <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>
+    the <a href=#concept-appcache-master title=concept-appcache-master>master</a>
     resource.</p>
 
    </dd>

Modified: index
===================================================================
--- index	2009-10-20 01:23:12 UTC (rev 4185)
+++ index	2009-10-20 01:27:40 UTC (rev 4186)
@@ -50031,7 +50031,9 @@
   entries</dfn>. Each entry in this list consists of a resource and a
   corresponding <code>Document</code> object. It is used during the
   <a href=#application-cache-download-process>application cache download process</a> to ensure that new
-  master entries are cached.</p>
+  master entries are cached even if the <a href=#application-cache-download-process>application cache
+  download process</a> was already running for their
+  <a href=#application-cache-group>application cache group</a> when they were loaded.</p>
 
   <p>An <a href=#application-cache-group>application cache group</a> can be marked as <dfn id=concept-appcache-obsolete title=concept-appcache-obsolete>obsolete</dfn>, meaning that it
   must be ignored when looking at what <a href=#application-cache-group title="application cache
@@ -50603,7 +50605,7 @@
   process</dfn> for an <a href=#absolute-url>absolute URL</a> purported to identify
   a <a href=#concept-appcache-manifest title=concept-appcache-manifest>manifest</a>, or for an
   <a href=#application-cache-group>application cache group</a>, potentially given a particular
-  <a href=#cache-host>cache host</a>, and potentially given a new <a href=#concept-appcache-master title=concept-appcache-master>master</a> resource, the user
+  <a href=#cache-host>cache host</a>, and potentially given a <a href=#concept-appcache-master title=concept-appcache-master>master</a> resource, the user
   agent must run the steps below.</p>
 
   <p>Some of these steps have requirements that only apply if the user
@@ -50673,7 +50675,7 @@
      <li><p>Let <var title="">cache group</var> be the
      <a href=#application-cache-group>application cache group</a> identified by <var title="">manifest URL</var>.</li>
 
-     <li><p>If these steps were invoked with a new <a href=#concept-appcache-master title=concept-appcache-master>master</a> resource, then add
+     <li><p>If these steps were invoked with a <a href=#concept-appcache-master title=concept-appcache-master>master</a> resource, then add
      the resource, along with the resource's <code>Document</code>, to
      <var title="">cache group</var>'s <a href=#concept-appcache-pending-masters title=concept-appcache-pending-masters>list of pending master
      entries</a>.</li>
@@ -51374,7 +51376,7 @@
     <p>Invoke the <a href=#application-cache-download-process>application cache download process</a> for
     <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>
+    the <a href=#concept-appcache-master title=concept-appcache-master>master</a>
     resource.</p>
 
    </dd>

Modified: source
===================================================================
--- source	2009-10-20 01:23:12 UTC (rev 4185)
+++ source	2009-10-20 01:27:40 UTC (rev 4186)
@@ -59511,7 +59511,9 @@
   entries</dfn>. Each entry in this list consists of a resource and a
   corresponding <code>Document</code> object. It is used during the
   <span>application cache download process</span> to ensure that new
-  master entries are cached.</p>
+  master entries are cached even if the <span>application cache
+  download process</span> was already running for their
+  <span>application cache group</span> when they were loaded.</p>
 
   <p>An <span>application cache group</span> can be marked as <dfn
   title="concept-appcache-obsolete">obsolete</dfn>, meaning that it
@@ -60175,7 +60177,7 @@
   process</dfn> for an <span>absolute URL</span> purported to identify
   a <span title="concept-appcache-manifest">manifest</span>, or for an
   <span>application cache group</span>, potentially given a particular
-  <span>cache host</span>, and potentially given a new <span
+  <span>cache host</span>, and potentially given a <span
   title="concept-appcache-master">master</span> resource, the user
   agent must run the steps below.</p>
 
@@ -60259,7 +60261,7 @@
      <span>application cache group</span> identified by <var
      title="">manifest URL</var>.</p></li>
 
-     <li><p>If these steps were invoked with a new <span
+     <li><p>If these steps were invoked with a <span
      title="concept-appcache-master">master</span> resource, then add
      the resource, along with the resource's <code>Document</code>, to
      <var title="">cache group</var>'s <span
@@ -61095,7 +61097,7 @@
     <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>
+    the <span title="concept-appcache-master">master</span>
     resource.</p>
 
    </dd>




More information about the Commit-Watchers mailing list