- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 26 Sep 2009 22:30:46 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webdatabase In directory hutz:/tmp/cvs-serv20028 Modified Files: Overview.html Log Message: xref fixes, spelling mistakes, and make some non-normative paragraphs less obviously non-normative since the point as being hammered maybe a little too hard. (whatwg r4004) Index: Overview.html =================================================================== RCS file: /sources/public/html5/webdatabase/Overview.html,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- Overview.html 24 Sep 2009 23:07:21 -0000 1.34 +++ Overview.html 26 Sep 2009 22:30:44 -0000 1.35 @@ -794,7 +794,7 @@ occurred in this transaction. Rollback the transaction. Any still-pending statements in the transaction are discarded.</li> - </ol><p>The <span>task source</span> for these <span title="concept-tasks">tasks</span> is the <dfn id="database-access-task-source">database access task + </ol><p>The <span>task source</span> for these <span title="concept-task">tasks</span> is the <dfn id="database-access-task-source">database access task source</dfn>.<h3 id="synchronous-database-api"><span class="secno">4.4 </span>Synchronous database API</h3><pre class="idl">interface <dfn id="databasesync">DatabaseSync</dfn> { void <a href="#dom-database-sync-transaction" title="dom-database-sync-transaction">transaction</a>(in <a href="#sqltransactionsynccallback">SQLTransactionSyncCallback</a> callback); void <a href="#dom-database-sync-readtransaction" title="dom-database-sync-readTransaction">readTransaction</a>(in <a href="#sqltransactionsynccallback">SQLTransactionSyncCallback</a> callback);
Received on Saturday, 26 September 2009 22:31:03 UTC