- From: poot <cvsmail@w3.org>
- Date: Sun, 14 Feb 2010 17:42:19 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Fix up some references. (whatwg r4723)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3770&r2=1.3771&f=h
http://html5.org/tools/web-apps-tracker?from=4722&to=4723
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3770
retrieving revision 1.3771
diff -u -d -r1.3770 -r1.3771
--- Overview.html 14 Feb 2010 07:10:05 -0000 1.3770
+++ Overview.html 14 Feb 2010 08:42:04 -0000 1.3771
@@ -17137,7 +17137,12 @@
<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>.</p>
+ attribute</a>, and blocks access to <code title="dom-localStorage">localStorage</code> and <code title="dom-opendatabase">openDatabase()</code>.
+
+ <a href="#refsWEBSTORAGE">[WEBSTORAGE]</a>
+
+ <a href="#refsWEBSQL">[WEBSQL]</a>
+ </p>
<div class="note">
@@ -46252,7 +46257,11 @@
<p>If a script uses the <code title="dom-document-cookie"><a href="#dom-document-cookie">document.cookie</a></code> API, or the
<code title="dom-localStorage">localStorage</code> API, the
browser will block other scripts from accessing cookies or storage
- until the first script finishes.</p>
+ until the first script finishes.
+
+ <a href="#refsWEBSTORAGE">[WEBSTORAGE]</a>
+
+ </p>
<p>Calling the <code title="dom-navigator-yieldForStorageUpdates"><a href="#dom-navigator-yieldforstorageupdates">navigator.yieldForStorageUpdates()</a></code>
method tells the user agent to unblock any other scripts that may
@@ -46260,7 +46269,11 @@
<p>Values of cookies and items in the <code>Storage</code> objects
of <code title="dom-localStorage">localStorage</code> attributes
- can change after calling this method, whence its name.</p>
+ can change after calling this method, whence its name.
+
+ <a href="#refsWEBSTORAGE">[WEBSTORAGE]</a>
+
+ </p>
</dd>
@@ -67646,10 +67659,6 @@
addresses in HTML5</a></cite>, D. Connolly,
C. Sperberg-McQueen.</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="refsWEBIDL">[WEBIDL]</dt>
<!--
<dd><cite><a href="http://www.w3.org/TR/WebIDL/">Web
@@ -67670,8 +67679,13 @@
<dd><cite><a href="http://dev.w3.org/html5/websockets/">The Web Sockets
API</a></cite>, I. Hickson. W3C.</dd>
- <dt id="refsWHATWGWIKI">[WHATWGWIKI]</dt>
- <dd><cite><a href="http://wiki.whatwg.org/">The WHATWG Wiki</a></cite>. WHATWG.</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>
<dt id="refsWEBWORKERS">[WEBWORKERS]</dt>
<!--
@@ -67682,6 +67696,9 @@
<dd><cite><a href="http://dev.w3.org/html5/workers/">Web
Workers</a></cite>, I. Hickson. W3C.</dd>
+ <dt id="refsWHATWGWIKI">[WHATWGWIKI]</dt>
+ <dd><cite><a href="http://wiki.whatwg.org/">The WHATWG Wiki</a></cite>. WHATWG.</dd>
+
<dt id="refsWIN1252">[WIN1252]</dt>
<dd><cite><a href="http://www.microsoft.com/globaldev/reference/sbcs/1252.htm">Windows 1252</a></cite>. Microsoft.</dd>
Received on Sunday, 14 February 2010 08:42:48 UTC