- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 25 Aug 2010 23:06:36 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29863
Modified Files:
offline.html spec.html
Log Message:
Add more explanatory text to the manifest stuff. (whatwg r5349)
[updated by splitter]
Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec/offline.html,v
retrieving revision 1.998
retrieving revision 1.999
diff -u -d -r1.998 -r1.999
--- offline.html 24 Aug 2010 19:46:49 -0000 1.998
+++ offline.html 25 Aug 2010 23:06:34 -0000 1.999
@@ -521,10 +521,17 @@
namespace URL has the <a href="origin-0.html#same-origin">same origin</a> as <a href="#concept-appcache-manifest" title="concept-appcache-manifest">the manifest</a>.</li>
<li>Zero or more URLs that form the <dfn id="concept-appcache-onlinewhitelist" title="concept-appcache-onlinewhitelist">online whitelist
- namespaces</dfn>.
+ namespaces</dfn>: URLs, used as prefix match patterns, that the
+ user agent will never load from the cache but will instead always
+ attempt to obtain from the network.</li>
- </li><li>An <dfn id="concept-appcache-onlinewhitelist-wildcard" title="concept-appcache-onlinewhitelist-wildcard">online whitelist
- wildcard flag</dfn>, which is either <i title="">open</i> or <i title="">blocking</i>.</li>
+ <li>An <dfn id="concept-appcache-onlinewhitelist-wildcard" title="concept-appcache-onlinewhitelist-wildcard">online whitelist
+ wildcard flag</dfn>, which is either <i title="">open</i>
+ (indicating that any URL not listed as cached is to be implicitly
+ treated as being in the <a href="#concept-appcache-onlinewhitelist" title="concept-appcache-onlinewhitelist">online whitelist
+ namespaces</a>) or <i title="">blocking</i> (indicating that
+ URLs not listed explicitly in the manifest are to be treated as
+ unavailable).</li>
</ul><p>Each <a href="#application-cache">application cache</a> has a <dfn id="concept-appcache-completeness" title="concept-appcache-completeness">completeness flag</dfn>, which is
either <i>complete</i> or <i>incomplete</i>.</p>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1177
retrieving revision 1.1178
diff -u -d -r1.1177 -r1.1178
--- spec.html 25 Aug 2010 22:26:34 -0000 1.1177
+++ spec.html 25 Aug 2010 23:06:34 -0000 1.1178
@@ -336,7 +336,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.4265.
+This is revision 1.4266.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Wednesday, 25 August 2010 23:06:37 UTC