[html5] r3794 - [e] (0) Clarify when the version of the db is set.

whatwg at whatwg.org whatwg at whatwg.org
Thu Sep 10 04:22:39 PDT 2009


Author: ianh
Date: 2009-09-10 04:22:39 -0700 (Thu, 10 Sep 2009)
New Revision: 3794

Modified:
   source
Log:
[e] (0) Clarify when the version of the db is set.

Modified: source
===================================================================
--- source	2009-09-10 11:17:36 UTC (rev 3793)
+++ source	2009-09-10 11:22:39 UTC (rev 3794)
@@ -61749,12 +61749,13 @@
 
     <p>If no database with the given name from the origin <var
     title="">origin</var> exists, then create the database and let
-    <var title="">created</var> be true. Otherwise, let <var
-    title="">created</var> be false.</p>
+    <var title="">created</var> be true. If a callback was passed to
+    the method, then set the new database's version to the empty
+    string. Otherwise, set the new database's version to the given
+    database version.</p>
 
-    <p>If a callback was passed to the method, then let the database's
-    version be the empty string. Otherwise, let its version be the
-    given database version</p>
+    <p>Otherwise, if a database with the given name already exists,
+    let <var title="">created</var> be false.</p>
 
    </li>
 




More information about the Commit-Watchers mailing list