- From: poot <cvsmail@w3.org>
- Date: Tue, 11 Jan 2011 21:44:18 -0500
- To: public-html-diffs@w3.org
hixie: Purge references to Web SQL Database. (whatwg r5736) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4598&r2=1.4599&f=h http://html5.org/tools/web-apps-tracker?from=5735&to=5736 =================================================================== 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 Wednesday, 12 January 2011 02:44:20 UTC