note for future work (not written up yet as it depends on whether we pick sql or not) (whatwg r3070)

note for future work (not written up yet as it depends on whether we
pick sql or not) (whatwg r3070)

Diffs for this change per section: 
http://people.w3.org/mike/diffs/html5/webstorage/Overview.1.39.html#editor-s-draft-date-1-january-1970
http://people.w3.org/mike/diffs/html5/webstorage/Overview.1.39.html#introduction-0
http://people.w3.org/mike/diffs/html5/webstorage/Overview.1.39.html#status-of-this-document
http://people.w3.org/mike/diffs/html5/webstorage/Overview.1.39.html#sql

http://people.w3.org/mike/diffs/html5/webstorage/Overview.diff.html
http://dev.w3.org/cvsweb/html5/webstorage/Overview.html?r1=1.38&r2=1.39&f=h
http://html5.org/tools/web-apps-tracker?from=3069&to=3070

===================================================================
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:10:48 UTC