HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/4145

SVNBugCommentTime (UTC)
4145[Authors] [Gecko] [Opera] [Webkit] Make the NETWORK: section override the FALLBACK: section. Comment out a comment regarding <cite> not being applicable for ships.2009-10-16 01:44
Index: source
===================================================================
--- source	(revision 4144)
+++ source	(revision 4145)
@@ -16844,9 +16844,11 @@
   cases, if an element is <em>really</em> needed, the
   <code>span</code> element can be used.)</p>
 
+<!--(some people argue a ship is a work)
   <p>A ship is similarly not a work, and the element must not be used
   to mark up ship names (the <code>i</code> element can be used for
   that purpose).</p>
+-->
 
   <div class="example">
 
@@ -59902,9 +59904,19 @@
    namespace</span> and an <span
    title="concept-appcache-onlinewhitelist">online whitelist
    namespace</span> overlap, the <span
-   title="concept-appcache-fallback-ns">fallback namespace</span> has
-   priority.</p>
+   title="concept-appcache-onlinewhitelist">online whitelist
+   namespace</span> has priority.</p>
 
+   <p>The <span
+   title="concept-appcache-onlinewhitelist-wildcard">online whitelist
+   wildcard flag</span> is applied last, only for URLs that match
+   neither the <span title="concept-appcache-onlinewhitelist">online
+   whitelist namespace</span> nor the <span
+   title="concept-appcache-fallback-ns">fallback namespace</span> and
+   that are not listed in the <span
+   title="concept-appcache-manifest-explicit">explicit
+   section</span>.</p>
+
   </div>
 
 
@@ -60876,6 +60888,13 @@
    the <span>application cache</span>, then get the resource from the
    cache (instead of fetching it), and abort these steps.</p></li>
 
+   <li><p>If there is an entry in the <span>application cache</span>'s
+   <span title="concept-appcache-onlinewhitelist">online
+   whitelist</span> that has the <span>same origin</span> as the
+   resource's URL and that is a <span>prefix match</span> for the
+   resource's URL, then <span>fetch</span> the resource normally and
+   abort these steps.</p></li>
+
    <li>
 
     <p>If the resource's URL has the <span>same origin</span> as the
@@ -60901,13 +60920,6 @@
    <span>fetch</span> the resource normally and abort these
    steps.</p></li>
 
-   <li><p>If there is an entry in the <span>application cache</span>'s
-   <span title="concept-appcache-onlinewhitelist">online
-   whitelist</span> that has the <span>same origin</span> as the
-   resource's URL and that is a <span>prefix match</span> for the
-   resource's URL, then <span>fetch</span> the resource normally and
-   abort these steps.</p></li>
-
    <li><p>Fail the resource load.</p></li>
 
   </ol>

|