- From: poot <cvsmail@w3.org>
- Date: Mon, 31 Jan 2011 18:59:42 -0500
- To: public-html-diffs@w3.org
hixie: Clarify that fallback entries can also be marked as foreign.
(whatwg r5809)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4667&r2=1.4668&f=h
http://html5.org/tools/web-apps-tracker?from=5808&to=5809
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4667
retrieving revision 1.4668
diff -u -d -r1.4667 -r1.4668
--- Overview.html 31 Jan 2011 23:43:54 -0000 1.4667
+++ Overview.html 31 Jan 2011 23:58:22 -0000 1.4668
@@ -45607,9 +45607,7 @@
<dt><dfn id="concept-appcache-explicit" title="concept-appcache-explicit">Explicit entries</dfn>
<dd>Resources that were listed in the cache's <a href="#concept-appcache-manifest" title="concept-appcache-manifest">manifest</a> in an <a href="#concept-appcache-manifest-explicit" title="concept-appcache-manifest-explicit">explicit
- section</a>. Explicit entries can also be marked as <dfn id="concept-appcache-foreign" title="concept-appcache-foreign">foreign</dfn>, which means that
- they have a <code title="attr-html-manifest"><a href="#attr-html-manifest">manifest</a></code>
- attribute but that it doesn't point at this cache's <a href="#concept-appcache-manifest" title="concept-appcache-manifest">manifest</a>.
+ section</a>.
<dt><dfn id="concept-appcache-fallback" title="concept-appcache-fallback">Fallback entries</dfn>
@@ -45618,7 +45616,13 @@
section</a>.
- </dl><p class="note">A URL in the list can be flagged with multiple
+ </dl><p><a href="#concept-appcache-explicit" title="concept-appcache-explicit">Explicit entries</a>
+ and <a href="#concept-appcache-fallback" title="concept-appcache-fallback">Fallback
+ entries</a> can be marked as <dfn id="concept-appcache-foreign" title="concept-appcache-foreign">foreign</dfn>, which means that
+ they have a <code title="attr-html-manifest"><a href="#attr-html-manifest">manifest</a></code>
+ attribute but that it doesn't point at this cache's <a href="#concept-appcache-manifest" title="concept-appcache-manifest">manifest</a>.</p>
+
+ <p class="note">A URL in the list can be flagged with multiple
different types, and thus an entry can end up being categorized as
multiple entries. For example, an entry can be a manifest entry
and an explicit entry at the same time, if the manifest is listed
Received on Monday, 31 January 2011 23:59:44 UTC