- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 May 2009 23:09:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webstorage
In directory hutz:/tmp/cvs-serv27823
Modified Files:
Overview.html
Log Message:
note for future work (not written up yet as it depends on whether we pick sql or not) (whatwg r3070)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webstorage/Overview.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- Overview.html 2 May 2009 01:32:41 -0000 1.38
+++ Overview.html 6 May 2009 23:09:47 -0000 1.39
@@ -147,7 +147,7 @@
<h1>Web Storage</h1>
<!--ZZZ:-->
<!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>-->
- <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 2 May 2009</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 6 May 2009</h2>
<!--:ZZZ-->
<dl><!-- ZZZ: update the month/day (twice), (un)comment out
<dt>This Version:</dt>
@@ -215,7 +215,7 @@
specification's progress along the W3C Recommendation track.
<!--ZZZ:-->
<!--This specification is the 23 April 2009 Working Draft.-->
- This specification is the 2 May 2009 Editor's Draft.
+ This specification is the 6 May 2009 Editor's Draft.
<!--:ZZZ-->
</p><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
February 2004 W3C Patent Policy</a>. W3C maintains a <a href="http://www.w3.org/2004/01/pp-impl/42538/status" rel="disclosure">public list of
@@ -595,6 +595,9 @@
* deleting databases
* determining how much storage room is left
* handling the database getting corrupted
+
+ XXX should make it clear that UAs should treat data as sensitive and
+ should delete it properly when it is deleted
--><h3 id="introduction-0"><span class="secno">4.1 </span>Introduction</h3><p><em>This section is non-normative.</em><p class="XXX">...</p><!-- include an example that does something like the following to show
you should never embed strings straight into the statement, even when you
have a variable and unknowable number of literals coming:
Received on Wednesday, 6 May 2009 23:09:59 UTC