html5/webstorage Overview.html,1.29,1.30

Update of /sources/public/html5/webstorage
In directory hutz:/tmp/cvs-serv2236

Modified Files:
	Overview.html 
Log Message:
rename the database section while we debate whether we should have databases. (whatwg r2976)

Index: Overview.html
===================================================================
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:11 UTC