- From: poot <cvsmail@w3.org>
- Date: Fri, 24 Apr 2009 15:51:23 +0900 (JST)
- To: public-html-diffs@w3.org
rename the database section while we debate whether we should have databases. (whatwg r2976) 3.6 Threads http://people.w3.org/mike/diffs/html5/webstorage/Overview.1.30.html#threads 4 Structured storage http://people.w3.org/mike/diffs/html5/webstorage/Overview.1.30.html#sql http://people.w3.org/mike/diffs/html5/webstorage/Overview.diff.html http://dev.w3.org/cvsweb/html5/webstorage/Overview.html?r1=1.29&r2=1.30&f=h http://html5.org/tools/web-apps-tracker?from=2975&to=2976 =================================================================== RCS file: /sources/public/html5/webstorage/Overview.html,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- Overview.html 24 Apr 2009 06:48:36 -0000 1.29 +++ Overview.html 24 Apr 2009 06:51:00 -0000 1.30 @@ -241,7 +241,7 @@ <ol> <li><a href="#event-definition"><span class="secno">3.5.1 </span>Event definition</a></ol></li> <li><a href="#threads"><span class="secno">3.6 </span>Threads</a></ol></li> - <li><a href="#sql"><span class="secno">4 </span>Database storage</a> + <li><a href="#sql"><span class="secno">4 </span><!--XXX Database storage-->Structured storage</a> <ol> <li><a href="#introduction-0"><span class="secno">4.1 </span>Introduction</a></li> <li><a href="#databases"><span class="secno">4.2 </span>Databases</a></li> @@ -586,7 +586,7 @@ 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><p class="XXX">The working group is currently debating whether SQL + itself.<h2 id="sql"><span class="secno">4 </span><!--XXX Database storage-->Structured 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
Received on Friday, 24 April 2009 06:51:58 UTC