- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 01 Jan 2011 06:34:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv14591
Modified Files:
Overview.html
Log Message:
Purge references to Web SQL Database. (whatwg r5736)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4598
retrieving revision 1.4599
diff -u -d -r1.4598 -r1.4599
--- Overview.html 1 Jan 2011 06:20:58 -0000 1.4598
+++ Overview.html 1 Jan 2011 06:33:58 -0000 1.4599
@@ -19758,11 +19758,10 @@
<p>This flag also <a href="#sandboxCookies">prevents script from
reading from or writing to the <code title="dom-document-cookie">document.cookie</code> IDL
- attribute</a>, and blocks access to <code title="dom-localStorage">localStorage</code> and <code title="dom-opendatabase">openDatabase()</code>.
+ attribute</a>, and blocks access to <code title="dom-localStorage">localStorage</code>.
<a href="#refsWEBSTORAGE">[WEBSTORAGE]</a>
- <a href="#refsWEBSQL">[WEBSQL]</a>
</p>
<div class="note">
@@ -44962,15 +44961,7 @@
</ol><p>This specification defines the following <dfn id="unloading-document-cleanup-steps">unloading document
cleanup steps</dfn>. Other specifications can define more.</p>
- <ol><li><p>If there are any outstanding transactions that have
- callbacks that involve <a href="#concept-script" title="concept-script">scripts</a>
- whose <a href="#script-s-global-object" title="script's global object">global object</a> is
- the <code><a href="#document">Document</a></code>'s <code><a href="#window">Window</a></code> object, roll them
- back (without invoking any of the callbacks) and set the
- <code><a href="#document">Document</a></code>'s <var title="concept-document-salvageable">salvageable</var> state to
- false. <a href="#refsWEBSQL">[WEBSQL]</a></li>
-
- <li><p><span>Close the WebSocket connection</span> of any
+ <ol><li><p><span>Close the WebSocket connection</span> of any
<code>WebSocket</code> objects that were created by the <code title="dom-WebSocket">WebSocket()</code> constructor visible on the
<code><a href="#document">Document</a></code>'s <code><a href="#window">Window</a></code> object. If this
affected any <code>WebSocket</code> objects, the set
@@ -70653,10 +70644,6 @@
<dd><cite><a href="http://dev.w3.org/html5/websockets/">The WebSocket
API</a></cite>, I. Hickson. W3C.</dd>
- <dt id="refsWEBSQL">[WEBSQL]</dt>
- <dd><cite><a href="http://dev.w3.org/html5/webdatabase/">Web SQL
- Database</a></cite>, I. Hickson. W3C.</dd>
-
<dt id="refsWEBSTORAGE">[WEBSTORAGE]</dt>
<dd><cite><a href="http://dev.w3.org/html5/webstorage/">Web
Storage</a></cite>, I. Hickson. W3C.</dd>
Received on Saturday, 1 January 2011 06:34:04 UTC