[html5] r5809 - [e] (0) Clarify that fallback entries can also be marked as foreign.

whatwg at whatwg.org whatwg at whatwg.org
Mon Jan 31 15:58:17 PST 2011


Author: ianh
Date: 2011-01-31 15:58:16 -0800 (Mon, 31 Jan 2011)
New Revision: 5809

Modified:
   complete.html
   index
   source
Log:
[e] (0) Clarify that fallback entries can also be marked as foreign.

Modified: complete.html
===================================================================
--- complete.html	2011-01-31 23:43:48 UTC (rev 5808)
+++ complete.html	2011-01-31 23:58:16 UTC (rev 5809)
@@ -61819,9 +61819,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>
@@ -61830,7 +61828,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

Modified: index
===================================================================
--- index	2011-01-31 23:43:48 UTC (rev 5808)
+++ index	2011-01-31 23:58:16 UTC (rev 5809)
@@ -61804,9 +61804,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>
@@ -61815,7 +61813,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

Modified: source
===================================================================
--- source	2011-01-31 23:43:48 UTC (rev 5808)
+++ source	2011-01-31 23:58:16 UTC (rev 5809)
@@ -70254,11 +70254,7 @@
      <dd>Resources that were listed in the cache's <span
      title="concept-appcache-manifest">manifest</span> in an <span
      title="concept-appcache-manifest-explicit">explicit
-     section</span>. Explicit entries can also be marked as <dfn
-     title="concept-appcache-foreign">foreign</dfn>, which means that
-     they have a <code title="attr-html-manifest">manifest</code>
-     attribute but that it doesn't point at this cache's <span
-     title="concept-appcache-manifest">manifest</span>.
+     section</span>.
 
 
      <dt><dfn title="concept-appcache-fallback">Fallback entries</dfn>
@@ -70271,6 +70267,14 @@
 
     </dl>
 
+    <p><span title="concept-appcache-explicit">Explicit entries</span>
+    and <span title="concept-appcache-fallback">Fallback
+    entries</span> can be marked as <dfn
+    title="concept-appcache-foreign">foreign</dfn>, which means that
+    they have a <code title="attr-html-manifest">manifest</code>
+    attribute but that it doesn't point at this cache's <span
+    title="concept-appcache-manifest">manifest</span>.</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




More information about the Commit-Watchers mailing list