html5/webdatabase Overview.html,1.60,1.61

Update of /sources/public/html5/webdatabase
In directory hutz:/tmp/cvs-serv1056

Modified Files:
	Overview.html 
Log Message:
cleanup. This may introduce other problems; I'll clean them up too shortly. (whatwg r4543)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webdatabase/Overview.html,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- Overview.html	8 Jan 2010 02:07:01 -0000	1.60
+++ Overview.html	8 Jan 2010 06:49:01 -0000	1.61
@@ -1261,7 +1261,7 @@
   there is little reason to allow Web authors to control the character
   encoding used in the disk representation of the data, as all data in
   JavaScript is implicitly UTF-16.<h3 id="sql-injection"><span class="secno">8.5 </span>SQL injection</h3><p>Authors are strongly recommended to make use of the <code title="">?</code> placeholder feature of the <code title="dom-sqltransaction-executeSql"><a href="#dom-sqltransaction-executesql">executeSql()</a></code> method,
-  and to never construct SQL statements on the fly.</p><!--START vCard--><!--START vEvent--><h2 class="no-num" id="references">References</h2><!--REFS--><!--END vCard--><!--END vEvent--><p>All references are normative unless marked "Non-normative".</p><!--START vCard--><!--START vEvent--><!-- XXX really should remove dates and version numbers from these references once and for all --><dl><dt id="refsCOOKIES">[COOKIES]</dt>
+  and to never construct SQL statements on the fly.<h2 class="no-num" id="references">References</h2><!--REFS--><p>All references are normative unless marked "Non-normative".</p><!-- XXX really should remove dates and version numbers from these references once and for all --><dl><dt id="refsCOOKIES">[COOKIES]</dt>
    <!--
    <dd><cite><a href="http://www.ietf.org/rfc/rfc2109.txt">HTTP State
    Management Mechanism</a></cite>, D. Kristol, L. Montulli. IETF,
@@ -1313,4 +1313,4 @@
    <dd><cite><a href="http://dev.w3.org/2006/webapi/WebIDL/">Web
    IDL</a></cite>, C. McCormack. W3C, July 2009.</dd>
 
-  </dl><!--END vCard--><!--END vEvent-->
+  </dl>

Received on Friday, 8 January 2010 06:49:05 UTC