html5/spec Overview.html,1.3326,1.3327

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv6761

Modified Files:
	Overview.html 
Log Message:
Try to make this less ambiguous. (whatwg r4180)

Index: Overview.html
===================================================================
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:50:45 UTC