[html5] r4386 - [e] (0) Rename Web Database to Web SQL Database.

whatwg at whatwg.org whatwg at whatwg.org
Mon Nov 30 22:51:12 PST 2009


Author: ianh
Date: 2009-11-30 22:51:09 -0800 (Mon, 30 Nov 2009)
New Revision: 4386

Modified:
   complete.html
   source
Log:
[e] (0) Rename Web Database to Web SQL Database.

Modified: complete.html
===================================================================
--- complete.html	2009-12-01 06:47:52 UTC (rev 4385)
+++ complete.html	2009-12-01 06:51:09 UTC (rev 4386)
@@ -64276,7 +64276,7 @@
 
   <p>The <code title=dom-opendatabase>openDatabase()</code> and
   <code title=dom-opendatabase-sync>openDatabaseSync()</code>
-  methods are defined in the Web Database specification. <a href=#refsWEBDATABASE>[WEBDATABASE]</a></p>
+  methods are defined in the Web SQL Database specification. <a href=#refsWEBSQL>[WEBSQL]</a></p>
 
 
 
@@ -86044,10 +86044,9 @@
    addresses in HTML5</a></cite>, D. Connolly,
    C. Sperberg-McQueen. March 2009.</dd>
 
-   <dt id=refsWEBDATABASE>[WEBDATABASE]</dt>
-   <dd><cite><a href=http://dev.w3.org/html5/webdatabase/>Web
-   Database</a></cite>, I. Hickson. W3C, July
-   2009.</dd>
+   <dt id=refsWEBSQL>[WEBSQL]</dt>
+   <dd><cite><a href=http://dev.w3.org/html5/webdatabase/>Web SQL
+   Database</a></cite>, I. Hickson. W3C, July 2009.</dd>
 
    <dt id=refsWEBIDL>[WEBIDL]</dt>
    <!--

Modified: source
===================================================================
--- source	2009-12-01 06:47:52 UTC (rev 4385)
+++ source	2009-12-01 06:51:09 UTC (rev 4386)
@@ -65873,7 +65873,7 @@
   <!--END storage-->
   <!--END complete-->
 
-  <h3>Web Database</h3>
+  <h3>Web SQL Database</h3>
 
   <!--START database-->
 
@@ -73273,8 +73273,8 @@
 
   <p>The <code title="dom-opendatabase">openDatabase()</code> and
   <code title="dom-opendatabase-sync">openDatabaseSync()</code>
-  methods are defined in the Web Database specification. <a
-  href="#refsWEBDATABASE">[WEBDATABASE]</a></p>
+  methods are defined in the Web SQL Database specification. <a
+  href="#refsWEBSQL">[WEBSQL]</a></p>
 
 
 
@@ -96221,10 +96221,9 @@
    addresses in HTML5</a></cite>, D. Connolly,
    C. Sperberg-McQueen. March 2009.</dd>
 
-   <dt id="refsWEBDATABASE">[WEBDATABASE]</dt>
-   <dd><cite><a href="http://dev.w3.org/html5/webdatabase/">Web
-   Database</a></cite>, I. Hickson. W3C, July
-   2009.</dd>
+   <dt id="refsWEBSQL">[WEBSQL]</dt>
+   <dd><cite><a href="http://dev.w3.org/html5/webdatabase/">Web SQL
+   Database</a></cite>, I. Hickson. W3C, July 2009.</dd>
 
    <dt id="refsWEBIDL">[WEBIDL]</dt>
    <!--




More information about the Commit-Watchers mailing list