- From: poot <cvsmail@w3.org>
- Date: Mon, 29 Dec 2008 18:17:37 +0900 (JST)
- To: public-html-diffs@w3.org
Say which character '?' is. (whatwg r2606)
executeSql(sqlStatement, arguments, callback, errorCallback)
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1777.html#dom-sqltransaction-executesql
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1776&r2=1.1777&f=h
http://html5.org/tools/web-apps-tracker?from=2605&to=2606
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1776
retrieving revision 1.1777
diff -u -d -r1.1776 -r1.1777
--- Overview.html 29 Dec 2008 03:53:01 -0000 1.1776
+++ Overview.html 29 Dec 2008 09:14:38 -0000 1.1777
@@ -31858,9 +31858,9 @@
only called once a transaction has failed, and no SQL statements
can be added to a failed transaction.)</li>
- <li><p>Parse the first argument to the method (<var title="">sqlStatement</var>) as a SQL statement, with the
- exception that <code title="">?</code> characters can be used in
- place of SQL literals in the statement. <a href=#references>[SQL]</a></li>
+ <li><p>Parse the first argument to the method (<var title="">sqlStatement</var>) as a SQL statement, with the exception
+ that U+003F QUESTION MARK (?) characters can be used in place of
+ SQL literals in the statement. <a href=#references>[SQL]</a></li>
<li>
Received on Monday, 29 December 2008 09:18:13 UTC