there is debate over whether SQL is a good idea (whatwg r2975)

there is debate over whether SQL is a good idea (whatwg r2975)

3.6 Threads
http://people.w3.org/mike/diffs/html5/webstorage/Overview.1.28.html#threads
4 Database storage
http://people.w3.org/mike/diffs/html5/webstorage/Overview.1.28.html#sql

http://people.w3.org/mike/diffs/html5/webstorage/Overview.diff.html
http://dev.w3.org/cvsweb/html5/webstorage/Overview.html?r1=1.27&r2=1.28&f=h
http://html5.org/tools/web-apps-tracker?from=2974&to=2975

===================================================================
RCS file: /sources/public/html5/webstorage/Overview.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- Overview.html 23 Apr 2009 05:17:17 -0000 1.27
+++ Overview.html 23 Apr 2009 22:32:35 -0000 1.28
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie"><title>Web Storage</title><style type="text/css">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie"><title>Web Storage</title><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -586,7 +586,8 @@
   attribute of a <code><a href="#storage-0">Storage</a></code> object, and the value of the
   various properties of that object, cannot change while a script is
   executing, other than in a way that is predictable by the script
-  itself.<h2 id="sql"><span class="secno">4 </span>Database storage</h2><!-- Feature requests for future versions (v2):
+  itself.<h2 id="sql"><span class="secno">4 </span>Database storage</h2><p class="XXX">The working group is currently debating whether SQL
+  is the right abstraction for this API.</p><!-- Feature requests for future versions (v2):
         * deleting databases
         * determining how much storage room is left
         * handling the database getting corrupted

Received on Thursday, 23 April 2009 22:33:42 UTC