[html5] r1026 - /
whatwg at whatwg.org
whatwg at whatwg.org
Mon Sep 24 18:32:42 PDT 2007
Author: ianh
Date: 2007-09-24 18:32:42 -0700 (Mon, 24 Sep 2007)
New Revision: 1026
Modified:
source
Log:
[e] (0) (oops, committed changes from a later edit by mistake)
Modified: source
===================================================================
--- source 2007-09-25 01:22:41 UTC (rev 1025)
+++ source 2007-09-25 01:32:42 UTC (rev 1026)
@@ -27396,19 +27396,11 @@
</li>
- <li>
+ <li><p>If there is an active thread-global transaction, then let
+ <var title="">transaction</var> be that transaction. Otherwise, let
+ begin a new transaction and let <var title="">transaction</var> be
+ that transaction.</p></li>
- <p>If the user agent is currently executing a callback for an
- earlier invocation of the <code
- title="dom-database-executeSql">executeSql()</code> method on the
- same thread, then let <var title="">transaction</var> be the
- transaction that was being used for that <code
- title="dom-database-executeSql">executeSql()</code>
- invocation. Otherwise, begin a new transaction and let <var
- title="">transaction</var> be that transaction.</p>
-
- </li>
-
<li><p>If <var title="">transaction</var> has been marked as "bad",
then raise an <code>INVALID_STATE_ERR</code> exception.</p></li>
More information about the Commit-Watchers
mailing list