[html5] r5760 - [e] (0) Suggest that UAs can allow users to trust sites to have more quota. Fixi [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jan 10 16:03:44 PST 2011
Author: ianh
Date: 2011-01-10 16:03:43 -0800 (Mon, 10 Jan 2011)
New Revision: 5760
Modified:
complete.html
index
source
Log:
[e] (0) Suggest that UAs can allow users to trust sites to have more quota.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11455
Modified: complete.html
===================================================================
--- complete.html 2011-01-10 23:16:58 UTC (rev 5759)
+++ complete.html 2011-01-11 00:03:43 UTC (rev 5760)
@@ -221,7 +221,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>Web Applications 1.0</h1>
- <h2 class="no-num no-toc">Living Standard — 10 January 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — 11 January 2011</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -63262,6 +63262,8 @@
</div>
+ <div class=impl>
+
<h4 id=expiring-application-caches><span class=secno>6.6.7 </span>Expiring application caches</h4>
<p>As a general rule, user agents should not expire application
@@ -63281,7 +63283,11 @@
caches, local storage, databases, etc, from an origin all at
once.</p>
+ </div>
+
+ <div class=impl>
+
<h4 id=disk-space><span class=secno>6.6.8 </span>Disk space</h4>
<p>User agents should consider applying constraints on disk usage of
@@ -63293,7 +63299,18 @@
is using, and may offer the user the ability to delete specific
<a href=#application-cache title="application cache">application caches</a>.</p>
+ <p class=note>How quotas are presented to the user is not defined
+ by this specification. User agents are encouraged to provide
+ features such as allowing a user to indicate that certain sites are
+ trusted to use more than the default quota, e.g. by asynchronously
+ presenting a user interface while a cache is being updated, or by
+ having an explicit whitelist in the user agent's configuration
+ interface.</p>
+ </div>
+
+
+
<h4 id=application-cache-api><span class=secno>6.6.9 </span>Application cache API</h4>
<pre class=idl>interface <dfn id=applicationcache>ApplicationCache</dfn> {
Modified: index
===================================================================
--- index 2011-01-10 23:16:58 UTC (rev 5759)
+++ index 2011-01-11 00:03:43 UTC (rev 5760)
@@ -225,7 +225,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>HTML5 (including next generation additions still in development)</h1>
- <h2 class="no-num no-toc">Living Standard — 10 January 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — 11 January 2011</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -63253,6 +63253,8 @@
</div>
+ <div class=impl>
+
<h4 id=expiring-application-caches><span class=secno>6.6.7 </span>Expiring application caches</h4>
<p>As a general rule, user agents should not expire application
@@ -63272,7 +63274,11 @@
caches, local storage, databases, etc, from an origin all at
once.</p>
+ </div>
+
+ <div class=impl>
+
<h4 id=disk-space><span class=secno>6.6.8 </span>Disk space</h4>
<p>User agents should consider applying constraints on disk usage of
@@ -63284,7 +63290,18 @@
is using, and may offer the user the ability to delete specific
<a href=#application-cache title="application cache">application caches</a>.</p>
+ <p class=note>How quotas are presented to the user is not defined
+ by this specification. User agents are encouraged to provide
+ features such as allowing a user to indicate that certain sites are
+ trusted to use more than the default quota, e.g. by asynchronously
+ presenting a user interface while a cache is being updated, or by
+ having an explicit whitelist in the user agent's configuration
+ interface.</p>
+ </div>
+
+
+
<h4 id=application-cache-api><span class=secno>6.6.9 </span>Application cache API</h4>
<pre class=idl>interface <dfn id=applicationcache>ApplicationCache</dfn> {
Modified: source
===================================================================
--- source 2011-01-10 23:16:58 UTC (rev 5759)
+++ source 2011-01-11 00:03:43 UTC (rev 5760)
@@ -71994,6 +71994,8 @@
</div>
+ <div class="impl">
+
<h4>Expiring application caches</h4>
<p>As a general rule, user agents should not expire application
@@ -72013,7 +72015,11 @@
caches, local storage, databases, etc, from an origin all at
once.</p>
+ </div>
+
+ <div class="impl">
+
<h4>Disk space</h4>
<p>User agents should consider applying constraints on disk usage of
@@ -72025,7 +72031,18 @@
is using, and may offer the user the ability to delete specific
<span title="application cache">application caches</span>.</p>
+ <p class="note">How quotas are presented to the user is not defined
+ by this specification. User agents are encouraged to provide
+ features such as allowing a user to indicate that certain sites are
+ trusted to use more than the default quota, e.g. by asynchronously
+ presenting a user interface while a cache is being updated, or by
+ having an explicit whitelist in the user agent's configuration
+ interface.</p>
+ </div>
+
+
+
<h4>Application cache API</h4>
<pre class="idl">interface <dfn>ApplicationCache</dfn> {
More information about the Commit-Watchers
mailing list