- From: CVS User ihickson <cvsmail@w3.org>
- Date: Mon, 01 Apr 2013 17:57:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webstorage
In directory roscoe:/tmp/cvs-serv19082
Modified Files:
Overview.html
Log Message:
Option constructor: clean up to use more WebIDL features, behave more like IE for the first argument. Add some rationale for Web Storage disk quota suggestions. (whatwg r7785)
--- /sources/public/html5/webstorage/Overview.html 2013/03/26 00:47:31 1.217
+++ /sources/public/html5/webstorage/Overview.html 2013/04/01 17:57:47 1.218
@@ -215,7 +215,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>Web Storage</h1>
- <h2 class="no-num no-toc" id="editor-s-draft-26-march-2013">Editor's Draft 26 March 2013</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-1-april-2013">Editor's Draft 1 April 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 26 March 2013 Editor's Draft.
+ This specification is the 1 April 2013 Editor's Draft.
</p>
@@ -916,8 +916,9 @@
<h2 id="disk-space"><span class="secno">5 </span>Disk space</h2>
+
<p>User agents should limit the total amount of space allowed for
- storage areas.</p>
+ storage areas, because hostile authors could otherwise use this feature to exhaust the user's available disk space.</p>
<p>User agents should guard against sites storing data under their
origin's other affiliated sites, e.g. storing up to the limit in
Received on Monday, 1 April 2013 17:57:50 UTC