- From: CVS User ihickson <cvsmail@w3.org>
- Date: Sun, 25 Nov 2012 05:06:59 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webstorage
In directory roscoe:/tmp/cvs-serv32471
Modified Files:
Overview.html
Log Message:
Clarify that this can be a default behaviour. (whatwg r7540)
--- /sources/public/html5/webstorage/Overview.html 2012/11/24 04:52:12 1.207
+++ /sources/public/html5/webstorage/Overview.html 2012/11/25 05:06:59 1.208
@@ -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-24-november-2012">Editor's Draft 24 November 2012</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-25-november-2012">Editor's Draft 25 November 2012</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 24 November 2012 Editor's Draft.
+ This specification is the 25 November 2012 Editor's Draft.
</p>
@@ -1001,8 +1001,8 @@
<dt>Expiring stored data</dt>
<dd>
- <p>User agents may, if so configured by the user, automatically
- delete stored data after a period of time.</p>
+ <p>User agents may, possibly in a manner configured by the user, automatically delete stored
+ data after a period of time.</p>
<p>For example, a user agent could be configured to treat
third-party local storage areas as session-only storage, deleting
Received on Sunday, 25 November 2012 05:07:05 UTC