html5/spec Overview.html,1.1776,1.1777

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv25247

Modified Files:
	Overview.html 
Log Message:
Say which character '?' is. (whatwg r2606)

Index: Overview.html
===================================================================
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:14:51 UTC