hixie: make sure online whitelists override fallback namespaces even for browsing context navigation loads. (whatwg r5810)

hixie: make sure online whitelists override fallback namespaces even for
browsing context navigation loads. (whatwg r5810)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4668&r2=1.4669&f=h
http://html5.org/tools/web-apps-tracker?from=5809&to=5810

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4668
retrieving revision 1.4669
diff -u -d -r1.4668 -r1.4669
--- Overview.html 31 Jan 2011 23:58:22 -0000 1.4668
+++ Overview.html 1 Feb 2011 00:13:38 -0000 1.4669
@@ -325,7 +325,7 @@
 
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id="editor-s-draft-31-january-2011">Editor's Draft 31 January 2011</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-1-february-2011">Editor's Draft 1 February 2011</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -460,7 +460,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 31 January 2011 Editor's Draft.
+  This specification is the 1 February 2011 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
   actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
   group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
@@ -44354,9 +44354,14 @@
     URL <a href="#concept-appcache-matches-fallback" title="concept-appcache-matches-fallback">matches the
     fallback namespace</a> of one or more <a href="#relevant-application-cache" title="relevant
     application cache">relevant application caches</a>, and the
-    user didn't cancel the navigation attempt during the previous
-    step, and the navigation attempt failed (e.g. the server returned
-    a 4xx or 5xx status code <a href="#concept-http-equivalent-codes" title="concept-http-equivalent-codes">or equivalent</a>, or
+    <a href="#concept-appcache-selection" title="concept-appcache-selection">most appropriate
+    application cache</a> of those that match does not have an
+    entry in its <a href="#concept-appcache-onlinewhitelist" title="concept-appcache-onlinewhitelist">online
+    whitelist</a> that has the <a href="#same-origin">same origin</a> as the
+    resource's URL and that is a <a href="#prefix-match">prefix match</a> for the
+    resource's URL, and the user didn't cancel the navigation attempt
+    during the previous step, and the navigation attempt failed (e.g.
+    the server returned a 4xx or 5xx status code <a href="#concept-http-equivalent-codes" title="concept-http-equivalent-codes">or equivalent</a>, or
     there was a DNS error), then:</p> <!-- note that a redirect can
     never reach this point as it is handled earlier, meaning that a
     captive portal captures URLs in fallback namespaces and you can't

Received on Tuesday, 1 February 2011 00:14:58 UTC