- From: CVS User ihickson <cvsmail@w3.org>
- Date: Wed, 23 Oct 2013 22:15:34 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webstorage
In directory roscoe:/tmp/cvs-serv5467
Modified Files:
Overview.html
Log Message:
Suggest that quotas be based on uncompressed sizes, since the alternatives are more abusable and less predictable for authors and users (whatwg r8241)
--- /sources/public/html5/webstorage/Overview.html 2013/10/18 06:28:17 1.226
+++ /sources/public/html5/webstorage/Overview.html 2013/10/23 22:15:34 1.227
@@ -215,7 +215,7 @@
<p><a href="http://www.w3.org/"><img width="72" src="http://www.w3.org/Icons/w3c_home" alt="W3C" height="48"></a></p>
<h1>Web Storage</h1>
- <h2 class="no-num no-toc" id="editor-s-draft-18-october-2013">Editor's Draft 18 October 2013</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-23-october-2013">Editor's Draft 23 October 2013</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/webstorage/">http://www.w3.org/TR/webstorage/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -351,7 +351,7 @@
</dl><p>The W3C <a href="http://www.w3.org/2008/webapps/">Web Applications
Working Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation track.
- This specification is the 18 October 2013 Editor's Draft.
+ This specification is the 23 October 2013 Editor's Draft.
</p>
@@ -876,6 +876,9 @@
<p>A mostly arbitrary limit of five megabytes per <span>origin</span> is suggested. Implementation
feedback is welcome and will be used to update this suggestion in the future.</p>
+ <p>For predictability, quotas should be based on the uncompressed size of data stored.</p>
+
+
<h2 id="privacy"><span class="secno">6 </span>Privacy</h2>
Received on Wednesday, 23 October 2013 22:15:35 UTC