- From: poot <cvsmail@w3.org>
- Date: Thu, 26 Aug 2010 08:08:21 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Add more explanatory text to the manifest stuff. (whatwg r5349) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4265&r2=1.4266&f=h http://html5.org/tools/web-apps-tracker?from=5348&to=5349 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4265 retrieving revision 1.4266 diff -u -d -r1.4265 -r1.4266 --- Overview.html 25 Aug 2010 22:18:30 -0000 1.4265 +++ Overview.html 25 Aug 2010 23:02:18 -0000 1.4266 @@ -44603,10 +44603,17 @@ namespace URL has the <a href="#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>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> + 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>
Received on Wednesday, 25 August 2010 23:03:10 UTC