- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 23 Apr 2009 22:32:38 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webstorage In directory hutz:/tmp/cvs-serv22549 Modified Files: Overview.html Log Message: there is debate over whether SQL is a good idea (whatwg r2975) Index: Overview.html =================================================================== 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:32:46 UTC