hixie: Remove the word 'new' in 'new master entry' throughout the spec. (whatwg r4186)

hixie: Remove the word 'new' in 'new master entry' throughout the spec.
(whatwg r4186)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3332&r2=1.3333&f=h
http://html5.org/tools/web-apps-tracker?from=4185&to=4186

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3332
retrieving revision 1.3333
diff -u -d -r1.3332 -r1.3333
--- Overview.html 20 Oct 2009 01:10:43 -0000 1.3332
+++ Overview.html 20 Oct 2009 01:15:11 -0000 1.3333
@@ -44854,7 +44854,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
@@ -45366,7 +45368,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
@@ -45436,7 +45438,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>
@@ -46137,7 +46139,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>

Received on Tuesday, 20 October 2009 01:15:52 UTC