- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 17 Oct 2008 22:40:38 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv13144
Modified Files:
Overview.html
Log Message:
Appcache: try to clarify some requirements. (whatwg r2349)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1521
retrieving revision 1.1522
diff -u -d -r1.1521 -r1.1522
--- Overview.html 17 Oct 2008 22:38:24 -0000 1.1521
+++ Overview.html 17 Oct 2008 22:40:35 -0000 1.1522
@@ -28026,8 +28026,8 @@
<dd>
- <p>Copy the resource and its metadata from <var title="">cache</var>, and ignore the resource obtained from
- the network.</p>
+ <p>Copy the resource and its metadata from <var title="">cache</var>, and act as if that was the fetched
+ resource, ignoring the resource obtained from the network.</p>
</dd>
@@ -28350,9 +28350,8 @@
equivalent, 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 namespace with the longest
- matching <a href=#url-path title=url-path><path></a>
- component. Abort these steps.</p>
+ entry</a> corresponding to the matched namespace. Abort these
+ steps.</p>
</li>
@@ -29074,10 +29073,12 @@
on session history, e.g. bookmarking) the user agent must use the
URL of the resource that was requested (the one that matched the
<a href=#concept-appcache-fallback-ns title=concept-appcache-fallback-ns>fallback
- namespace</a>), not the fallback resource. However, the user
- agent may indicate to the user that the original page load failed,
- that the page used was a fallback resource, and what the URL of
- the fallback resource actually is.</p>
+ namespace</a>), not the fallback resource, as the resource's
+ <span title="the document's address">address</span><!-- XXXDOCURL
+ -->. However, the user agent may indicate to the user that the
+ original page load failed, that the page used was a fallback
+ resource, and what the URL of the fallback resource actually
+ is.</p>
</li>
Received on Friday, 17 October 2008 22:40:46 UTC