- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 01 Dec 2009 06:51:22 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers
In directory hutz:/tmp/cvs-serv19759
Modified Files:
Overview.html
Log Message:
Rename Web Database to Web SQL Database. (whatwg r4386)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -d -r1.199 -r1.200
--- Overview.html 1 Dec 2009 06:48:01 -0000 1.199
+++ Overview.html 1 Dec 2009 06:51:19 -0000 1.200
@@ -1878,7 +1878,7 @@
interface defined in this specification is different than the one
defined in the HTML specification.<h3 id="apis-defined-in-other-specifications"><span class="secno">5.3 </span>APIs defined in other specifications</h3><p>The <code title="dom-opendatabase">openDatabase()</code> and
<code title="dom-opendatabase-sync">openDatabaseSync()</code>
- methods are defined in the Web Database specification. <a href="#refsWEBDATABASE">[WEBDATABASE]</a><h3 id="interface-objects-and-constructors"><span class="secno">5.4 </span>Interface objects and constructors</h3><p>There must be no interface objects and constructors available in
+ methods are defined in the Web SQL Database specification. <a href="#refsWEBSQL">[WEBSQL]</a><h3 id="interface-objects-and-constructors"><span class="secno">5.4 </span>Interface objects and constructors</h3><p>There must be no interface objects and constructors available in
the global scope of scripts whose <span>script's global
object</span> is a <code><a href="#workerglobalscope">WorkerGlobalScope</a></code> object except for
the following:<ul><li><p><code>XMLHttpRequest</code> and all interface objects and
@@ -1974,10 +1974,9 @@
RFCs to Indicate Requirement Levels</a></cite>, S. Bradner. IETF, March
1997.</dd>
- <dt id="refsWEBDATABASE">[WEBDATABASE]</dt>
- <dd><cite><a href="http://dev.w3.org/html5/webdatabase/">Web
- Database</a></cite>, I. Hickson. W3C, July
- 2009.</dd>
+ <dt id="refsWEBSQL">[WEBSQL]</dt>
+ <dd><cite><a href="http://dev.w3.org/html5/webdatabase/">Web SQL
+ Database</a></cite>, I. Hickson. W3C, July 2009.</dd>
<dt id="refsWEBIDL">[WEBIDL]</dt>
<!--
Received on Tuesday, 1 December 2009 06:51:30 UTC