html5/webdatabase Overview.html,1.56,1.57

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

Modified Files:
	Overview.html 
Log Message:
Change to referencing CSSATTR instead of CSS for style=''. (whatwg r4508)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webdatabase/Overview.html,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- Overview.html	16 Dec 2009 19:50:23 -0000	1.56
+++ Overview.html	6 Jan 2010 07:45:59 -0000	1.57
@@ -173,10 +173,10 @@
   </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><div class="head">
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <h1>Web SQL Database</h1>
-   <h2 class="no-num no-toc" id="w3c-working-draft-22-december-2009">W3C Working Draft 22 December 2009</h2> <!-- ZZZ -->
+   <h2 class="no-num no-toc" id="w3c-working-draft-22-december-2010">W3C Working Draft 22 December 2010</h2> <!-- ZZZ -->
 
    <dl><dt>This Version:</dt>
-    <dd><a href="http://www.w3.org/TR/2009/WD-webdatabase-20091222/">http://www.w3.org/TR/2009/WD-webdatabase-20091222/</a></dd>
+    <dd><a href="http://www.w3.org/TR/2010/WD-webdatabase-20101222/">http://www.w3.org/TR/2010/WD-webdatabase-20101222/</a></dd>
     <dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/webdatabase/">http://www.w3.org/TR/webdatabase/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -247,7 +247,7 @@
   </ul><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING LIST TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- status of document, group responsible (required) --><p>The W3C <a href="http://www.w3.org/2008/webapps/">Web Apps
   Working Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation track.
-  This specification is the 22 December 2009 <!--Last Call--> Working Draft. <!--The Last Call review period will end on 30 June 2010.-->
+  This specification is the 22 December 2010 <!--Last Call--> Working Draft. <!--The Last Call review period will end on 30 June 2010.-->
 
   </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
@@ -1263,7 +1263,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--><dl><dt id="refsCOOKIES">[COOKIES]</dt>
+  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>
    <!--
    <dd><cite><a href="http://www.ietf.org/rfc/rfc2109.txt">HTTP State
    Management Mechanism</a></cite>, D. Kristol, L. Montulli. IETF,

Received on Wednesday, 6 January 2010 07:46:03 UTC