Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Clarify that fallback entries can also be marked as foreign.
git-svn-id: http://svn.whatwg.org/webapps@5809 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 31, 2011
1 parent 29eeb09 commit 865ddbd
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 13 deletions.
12 changes: 8 additions & 4 deletions complete.html
Expand Up @@ -61819,9 +61819,7 @@ <h4 id=appcache><span class=secno>6.6.2 </span>Application caches</h4>
<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>
Expand All @@ -61830,7 +61828,13 @@ <h4 id=appcache><span class=secno>6.6.2 </span>Application caches</h4>
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
Expand Down
12 changes: 8 additions & 4 deletions index
Expand Up @@ -61804,9 +61804,7 @@ clock.js</pre>
<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>
Expand All @@ -61815,7 +61813,13 @@ clock.js</pre>
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
Expand Down
14 changes: 9 additions & 5 deletions source
Expand Up @@ -70254,11 +70254,7 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
<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>
Expand All @@ -70271,6 +70267,14 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O

</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
Expand Down

0 comments on commit 865ddbd

Please sign in to comment.