- From: poot <cvsmail@w3.org>
- Date: Tue, 20 Oct 2009 09:50:50 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Try to make this less ambiguous. (whatwg r4180)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3326&r2=1.3327&f=h
http://html5.org/tools/web-apps-tracker?from=4179&to=4180
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3326
retrieving revision 1.3327
diff -u -d -r1.3326 -r1.3327
--- Overview.html 20 Oct 2009 00:43:14 -0000 1.3326
+++ Overview.html 20 Oct 2009 00:50:40 -0000 1.3327
@@ -46169,9 +46169,9 @@
<li>
<p>If the resource's URL has the <a href="#same-origin">same origin</a> as the
- manifest's URL, and there is a <a href="#concept-appcache-fallback-ns" title="concept-appcache-fallback-ns">fallback namespace</a> in
- the <a href="#application-cache">application cache</a> that is a <a href="#prefix-match">prefix
- match</a> for the resource's URL, then:</p>
+ manifest's URL, and there is a <a href="#concept-appcache-fallback-ns" title="concept-appcache-fallback-ns">fallback namespace</a>
+ <var title="">f</var> in the <a href="#application-cache">application cache</a> that
+ is a <a href="#prefix-match">prefix match</a> for the resource's URL, then:</p>
<p><a href="#fetch">Fetch</a> the resource normally. If this results in a
redirect to a resource with another <a href="#origin">origin</a>
@@ -46180,7 +46180,8 @@
or if there were network errors (but not if the user canceled the
download), then instead get, from the cache, the resource of the
<a href="#concept-appcache-fallback" title="concept-appcache-fallback">fallback entry</a>
- corresponding to the matched namespace. Abort these steps.</p>
+ corresponding to the <a href="#concept-appcache-fallback-ns" title="concept-appcache-fallback-ns">fallback namespace</a>
+ <var title="">f</var>. Abort these steps.</p>
</li>
Received on Tuesday, 20 October 2009 00:51:21 UTC