[html5] r5349 - [e] (0) Add more explanatory text to the manifest stuff. Fixing http://www.w3.or [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Aug 25 16:02:14 PDT 2010


Author: ianh
Date: 2010-08-25 16:02:12 -0700 (Wed, 25 Aug 2010)
New Revision: 5349

Modified:
   complete.html
   index
   source
Log:
[e] (0) Add more explanatory text to the manifest stuff.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9783

Modified: complete.html
===================================================================
--- complete.html	2010-08-25 22:18:25 UTC (rev 5348)
+++ complete.html	2010-08-25 23:02:12 UTC (rev 5349)
@@ -61673,10 +61673,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>

Modified: index
===================================================================
--- index	2010-08-25 22:18:25 UTC (rev 5348)
+++ index	2010-08-25 23:02:12 UTC (rev 5349)
@@ -61601,10 +61601,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>

Modified: source
===================================================================
--- source	2010-08-25 22:18:25 UTC (rev 5348)
+++ source	2010-08-25 23:02:12 UTC (rev 5349)
@@ -69653,12 +69653,19 @@
 
    <li>Zero or more URLs that form the <dfn
    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
    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 <span
+   title="concept-appcache-onlinewhitelist">online whitelist
+   namespaces</span>) or <i title="">blocking</i> (indicating that
+   URLs not listed explicitly in the manifest are to be treated as
+   unavailable).</li>
 
   </ul>
 




More information about the Commit-Watchers mailing list