- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 04 Feb 2010 03:12:51 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webdatabase In directory hutz:/tmp/cvs-serv32055 Modified Files: Overview.html Log Message: Editorial changes to 2D and Microdata specs for FPWD. Clean-up of the references sections. Fix some problems caused by dropping language versioning at the WHATWG. (whatwg r4646) Index: Overview.html =================================================================== RCS file: /sources/public/html5/webdatabase/Overview.html,v retrieving revision 1.67 retrieving revision 1.68 diff -u -d -r1.67 -r1.68 --- Overview.html 1 Feb 2010 23:24:02 -0000 1.67 +++ Overview.html 4 Feb 2010 03:12:49 -0000 1.68 @@ -193,7 +193,7 @@ <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="editor-s-draft-1-february-2010">Editor's Draft 1 February 2010</h2> + <h2 class="no-num no-toc" id="editor-s-draft-4-february-2010">Editor's Draft 4 February 2010</h2> <dl><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> @@ -265,7 +265,7 @@ Working Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 1 February 2010 Editor's Draft. + This specification is the 4 February 2010 Editor's Draft. </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 any patent disclosures</a> made in connection with the deliverables @@ -386,12 +386,12 @@ otherwise unconstrained inputs, e.g. to prevent denial of service attacks, to guard against running out of memory, or to work around platform-specific limitations.<h3 id="dependencies"><span class="secno">2.1 </span>Dependencies</h3><p>This specification relies on several other underlying - specifications.<dl><dt>HTML5</dt> + specifications.<dl><dt>HTML</dt> <dd> - <p>Many fundamental concepts from HTML5 are used by this - specification. <a href="#refsHTML5">[HTML5]</a></p> + <p>Many fundamental concepts from HTML are used by this + specification. <a href="#refsHTML">[HTML]</a></p> </dd> @@ -1283,39 +1283,38 @@ 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.<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> + 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><!-- Dates are only included for standards older than the Web, + because the newer ones keep changing. --><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, - February 1997.</dd> + Management Mechanism</a></cite>, D. Kristol, L. Montulli. IETF.</dd> <dd><cite><a href="http://www.ietf.org/rfc/rfc2965.txt">HTTP State Management - Mechanism</a></cite>, D. Kristol, L. Montulli. IETF, October 2000.</dd> + Mechanism</a></cite>, D. Kristol, L. Montulli. IETF.</dd> --> <dd><cite><a href="http://tools.ietf.org/html/draft-abarth-cookie">HTTP State - Management Mechanism</a></cite>, A. Barth. IETF, August 2009.</dd> + Management Mechanism</a></cite>, A. Barth. IETF.</dd> <dt id="refsDOMCORE">[DOMCORE]</dt> <dd><cite><a href="http://www.w3.org/TR/DOM-Level-3-Core/">Document Object Model (DOM) Level 3 Core Specification</a></cite>, A. Le Hors, P. Le Hegaret, L. Wood, G. Nicol, J. Robie, M. Champion, - S. Byrnes. W3C, April 2004.</dd> + S. Byrnes. W3C.</dd> <!-- <dd><cite><a href="http://simon.html5.org/specs/web-dom-core">Web - DOM Core</a></cite>, S. Pieters. W3C, June 2009.</dd> + DOM Core</a></cite>, S. Pieters. W3C.</dd> --> <dt id="refsECMA262">[ECMA262]</dt> <dd><cite><a href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">ECMAScript - Language Specification</a></cite>. ECMA, December 2009.</dd> + Language Specification</a></cite>. ECMA.</dd> - <dt id="refsHTML5">[HTML5]</dt> - <dd><cite><a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML5</a></cite>, - I. Hickson. WHATWG, August 2009.</dd> + <dt id="refsHTML">[HTML]</dt> + <dd><cite><a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML</a></cite>, + I. Hickson. WHATWG.</dd> <dt id="refsRFC2119">[RFC2119]</dt> <dd><cite><a href="http://www.ietf.org/rfc/rfc2119.txt">Key words for use in - RFCs to Indicate Requirement Levels</a></cite>, S. Bradner. IETF, March - 1997.</dd> + RFCs to Indicate Requirement Levels</a></cite>, S. Bradner. IETF.</dd> <dt id="refsSQL">[SQL]</dt> <dd>The precise dialect has not yet been specified.</dd> @@ -1323,9 +1322,9 @@ <dt id="refsWEBIDL">[WEBIDL]</dt> <!-- <dd><cite><a href="http://www.w3.org/TR/WebIDL/">Web - IDL</a></cite>, C. McCormack. W3C, December 2008.</dd> + IDL</a></cite>, C. McCormack. W3C.</dd> --> <dd><cite><a href="http://dev.w3.org/2006/webapi/WebIDL/">Web - IDL</a></cite>, C. McCormack. W3C, July 2009.</dd> + IDL</a></cite>, C. McCormack. W3C.</dd> </dl>
Received on Thursday, 4 February 2010 03:12:52 UTC