Skip to content

Commit

Permalink
[e] (0) Move broad requirements to after the specific requirements in…
Browse files Browse the repository at this point in the history
… the manifest syntax section.

git-svn-id: http://svn.whatwg.org/webapps@1044 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 11, 2007
1 parent 11dcaed commit 465f45b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -26108,10 +26108,6 @@ JSURI: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t
line, and the corresponding fallback page being the second URI. All the
other pages to be cached must be listed in explicit sections.

<p>Relative URIs must be given relative to the manifest's own URI.

<p>URIs in manifests must not have fragment identifiers.

<p><a href="#opportunistic"
title=concept-appcache-oppcache-ns>Opportunistic caching namespaces</a>
must have the <a href="#same-schemehostport">same scheme/host/port</a> as
Expand All @@ -26129,6 +26125,10 @@ JSURI: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t
section. (URIs in the online whitelist section may match opportunistic
caching namespaces, however.)

<p>Relative URIs must be given relative to the manifest's own URI.

<p>URIs in manifests must not have fragment identifiers.

<h5 id=parsing0><span class=secno>4.6.3.2. </span>Parsing cache manifests</h5>

<p>When a user agent is to <dfn id=parse>parse a manifest</dfn>, it means
Expand Down
10 changes: 5 additions & 5 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -23732,11 +23732,6 @@ JSURI: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t
URI. All the other pages to be cached must be listed in explicit
sections.</p>

<p>Relative URIs must be given relative to the manifest's own
URI.</p>

<p>URIs in manifests must not have fragment identifiers.</p>

<p><span title="concept-appcache-oppcache-ns">Opportunistic caching
namespaces</span> must have the <span>same scheme/host/port</span>
as the manifest itself.</p>
Expand All @@ -23755,6 +23750,11 @@ JSURI: http://ietfreport.isoc.org/all-ids/draft-hoehrmann-javascript-scheme-00.t
fallback section. (URIs in the online whitelist section may match
opportunistic caching namespaces, however.)</p>

<p>Relative URIs must be given relative to the manifest's own
URI.</p>

<p>URIs in manifests must not have fragment identifiers.</p>


<h5>Parsing cache manifests</h5>

Expand Down

0 comments on commit 465f45b

Please sign in to comment.