[html5] r1039 - /
whatwg at whatwg.org
whatwg at whatwg.org
Mon Oct 8 23:58:07 PDT 2007
Author: ianh
Date: 2007-10-08 23:58:06 -0700 (Mon, 08 Oct 2007)
New Revision: 1039
Modified:
index
source
Log:
[] (0) Also port implicit entries to new caches (they get handled as foreign entries later if necessary).
Modified: index
===================================================================
--- index 2007-10-08 21:26:21 UTC (rev 1038)
+++ index 2007-10-09 06:58:06 UTC (rev 1039)
@@ -22,7 +22,7 @@
<h1 id=html-5>HTML 5</h1>
- <h2 class="no-num no-toc" id=working>Working Draft — 8 October 2007</h2>
+ <h2 class="no-num no-toc" id=working>Working Draft — 9 October 2007</h2>
<p>You can take part in this work. <a
href="http://www.whatwg.org/mailing-list">Join the working group's
@@ -26466,6 +26466,13 @@
<li>
<p>If this is an <a href="#upgrade"
title=concept-appcache-upgrade>upgrade attempt</a>, then add all the
+ URIs of <a href="#implicit" title=concept-appcache-implicit>implicit
+ entries in <var title="">cache</var> to <var title="">file list</var>,
+ each flagged with "implicit entry".</a>
+
+ <li>
+ <p>If this is an <a href="#upgrade"
+ title=concept-appcache-upgrade>upgrade attempt</a>, then add all the
URIs of <a href="#dynamic3" title=concept-appcache-dynamic>dynamic
entries in <var title="">cache</var> to <var title="">file list</var>,
each flagged with "dynamic entry".</a>
@@ -26547,6 +26554,11 @@
title=concept-appcache-oppcache>opportunistically cached entry</a>.
<li>
+ <p>If the URI being processed was flagged as an "implicit entry" in
+ <var title="">file list</var>, then categorise the entry as a <a
+ href="#implicit" title=concept-appcache-implicit>implicit entry</a>.
+
+ <li>
<p>If the URI being processed was flagged as an "dynamic entry" in <var
title="">file list</var>, then categorise the entry as a <a
href="#dynamic3" title=concept-appcache-dynamic>dynamic entry</a>.
Modified: source
===================================================================
--- source 2007-10-08 21:26:21 UTC (rev 1038)
+++ source 2007-10-09 06:58:06 UTC (rev 1039)
@@ -24106,6 +24106,12 @@
<li><p>If this is an <span title="concept-appcache-upgrade">upgrade
attempt</span>, then add all the URIs of <span
+ title="concept-appcache-implicit">implicit entries</dfn> in <var
+ title="">cache</var> to <var title="">file list</var>, each flagged
+ with "implicit entry".</p></li>
+
+ <li><p>If this is an <span title="concept-appcache-upgrade">upgrade
+ attempt</span>, then add all the URIs of <span
title="concept-appcache-dynamic">dynamic entries</dfn> in <var
title="">cache</var> to <var title="">file list</var>, each flagged
with "dynamic entry".</p></li>
@@ -24186,6 +24192,11 @@
title="concept-appcache-oppcache">opportunistically cached
entry</span>.</p></li>
+ <li><p>If the URI being processed was flagged as an "implicit
+ entry" in <var title="">file list</var>, then categorise the
+ entry as a <span title="concept-appcache-implicit">implicit
+ entry</span>.</p></li>
+
<li><p>If the URI being processed was flagged as an "dynamic
entry" in <var title="">file list</var>, then categorise the
entry as a <span title="concept-appcache-dynamic">dynamic
More information about the Commit-Watchers
mailing list