html5/webstorage Overview.html,1.31,1.32

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

Modified Files:
	Overview.html 
Log Message:
Mention that uncommitted transactions get thrown away without blocking the entire world. (whatwg r3018)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webstorage/Overview.html,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- Overview.html	26 Apr 2009 22:11:00 -0000	1.31
+++ Overview.html	29 Apr 2009 01:57:23 -0000	1.32
@@ -147,7 +147,7 @@
    <h1>Web Storage</h1>
    <!--ZZZ:-->
    <!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>-->
-   <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 26 April 2009</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 29 April 2009</h2>
    <!--:ZZZ-->
    <dl><!-- ZZZ: update the month/day (twice), (un)comment out
     <dt>This Version:</dt>
@@ -215,7 +215,7 @@
   specification's progress along the W3C Recommendation track.
   <!--ZZZ:-->
   <!--This specification is the 23 April 2009 Working Draft.-->
-  This specification is the 26 April 2009 Editor's Draft.
+  This specification is the 29 April 2009 Editor's Draft.
   <!--:ZZZ-->
   </p><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
   February 2004 W3C Patent Policy</a>. W3C maintains a <a href="http://www.w3.org/2004/01/pp-impl/42538/status" rel="disclosure">public list of
@@ -1048,7 +1048,9 @@
    <li><p>If an error occurred in the committing of the transaction,
    throw a <code><a href="#sqlexception">SQLException</a></code> exception.</li>
 
-  </ol><h3 id="database-query-results"><span class="secno">4.6 </span>Database query results</h3><p>The <code title="dom-sqltransaction-executeSql"><a href="#dom-sqltransaction-executesql">executeSql()</a></code>
+  </ol><p>If a <code><a href="#sqltransactionsync">SQLTransactionSync</a></code> object is garbage collected
+  while still <i title="">fresh</i>, the user agent must rollback the
+  transaction.<h3 id="database-query-results"><span class="secno">4.6 </span>Database query results</h3><p>The <code title="dom-sqltransaction-executeSql"><a href="#dom-sqltransaction-executesql">executeSql()</a></code>
   method invokes its callback with a <code><a href="#sqlresultset">SQLResultSet</a></code> object
   as an argument.<pre class="idl">interface <dfn id="sqlresultset">SQLResultSet</dfn> {
   readonly attribute long <a href="#dom-sqlresultset-insertid" title="dom-SQLResultSet-insertId">insertId</a>;

Received on Wednesday, 29 April 2009 01:57:38 UTC