[html5] r1027 - /
whatwg at whatwg.org
whatwg at whatwg.org
Mon Sep 24 19:28:53 PDT 2007
Author: ianh
Date: 2007-09-24 19:28:52 -0700 (Mon, 24 Sep 2007)
New Revision: 1027
Modified:
index
source
Log:
[e] (0) make it clearer what the global transaction is
Modified: index
===================================================================
--- index 2007-09-25 01:32:42 UTC (rev 1026)
+++ index 2007-09-25 02:28:52 UTC (rev 1027)
@@ -29940,8 +29940,12 @@
<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.
+ transaction.</p>
+ <p class=note>There is only an "active thread-global transaction" while a
+ callback for <code title=dom-database-executeSql><a
+ href="#executesql">executeSql()</a></code> is executing.</p>
+
<li>
<p>If <var title="">transaction</var> has been marked as "bad", then
raise an <code>INVALID_STATE_ERR</code> exception.
Modified: source
===================================================================
--- source 2007-09-25 01:32:42 UTC (rev 1026)
+++ source 2007-09-25 02:28:52 UTC (rev 1027)
@@ -27396,11 +27396,20 @@
</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>
+ <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>
+
+ <p class="note">There is only an "active thread-global
+ transaction" while a callback for <code
+ title="dom-database-executeSql">executeSql()</code> is
+ executing.</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