[html5] r4723 - [e] (0) Fix up some references. Fixing http://www.w3.org/Bugs/Public/show_bug.cg [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sun Feb 14 00:42:01 PST 2010
Author: ianh
Date: 2010-02-14 00:41:59 -0800 (Sun, 14 Feb 2010)
New Revision: 4723
Modified:
complete.html
index
source
Log:
[e] (0) Fix up some references.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8857
Modified: complete.html
===================================================================
--- complete.html 2010-02-14 07:10:00 UTC (rev 4722)
+++ complete.html 2010-02-14 08:41:59 UTC (rev 4723)
@@ -20019,7 +20019,9 @@
<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><a href=#dom-localstorage>localStorage</a></code> and <code title=dom-opendatabase>openDatabase()</code>.</p>
+ attribute</a>, and blocks access to <code title=dom-localStorage><a href=#dom-localstorage>localStorage</a></code> and <code title=dom-opendatabase>openDatabase()</code>.
+ <a href=#refsWEBSQL>[WEBSQL]</a>
+ </p>
<div class=note>
@@ -59365,7 +59367,8 @@
<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><a href=#dom-localstorage>localStorage</a></code> API, the
browser will block other scripts from accessing cookies or storage
- until the first script finishes.</p>
+ until the first script finishes.
+ </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
@@ -59373,7 +59376,8 @@
<p>Values of cookies and items in the <code><a href=#storage-0>Storage</a></code> objects
of <code title=dom-localStorage><a href=#dom-localstorage>localStorage</a></code> attributes
- can change after calling this method, whence its name.</p>
+ can change after calling this method, whence its name.
+ </p>
</dd>
@@ -88124,10 +88128,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
@@ -88140,6 +88140,10 @@
<dd><cite><a href=http://tools.ietf.org/html/draft-nottingham-http-link-header>Web
Linking</a></cite>, M. Nottingham. IETF.</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=refsWHATWGWIKI>[WHATWGWIKI]</dt>
<dd><cite><a href=http://wiki.whatwg.org/>The WHATWG Wiki</a></cite>. WHATWG.</dd>
Modified: index
===================================================================
--- index 2010-02-14 07:10:00 UTC (rev 4722)
+++ index 2010-02-14 08:41:59 UTC (rev 4723)
@@ -19918,7 +19918,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>
@@ -59284,7 +59289,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
@@ -59292,7 +59301,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>
@@ -82560,10 +82573,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
@@ -82584,9 +82593,14 @@
<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>
<!--
<dd><cite><a
@@ -82596,6 +82610,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>
Modified: source
===================================================================
--- source 2010-02-14 07:10:00 UTC (rev 4722)
+++ source 2010-02-14 08:41:59 UTC (rev 4723)
@@ -21284,7 +21284,12 @@
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>
+ title="dom-opendatabase">openDatabase()</code>.
+ <!--END complete-->
+ <a href="#refsWEBSTORAGE">[WEBSTORAGE]</a>
+ <!--START complete-->
+ <a href="#refsWEBSQL">[WEBSQL]</a>
+ </p>
<div class="note">
@@ -67112,7 +67117,11 @@
title="dom-document-cookie">document.cookie</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.
+ <!--END complete-->
+ <a href="#refsWEBSTORAGE">[WEBSTORAGE]</a>
+ <!--START complete-->
+ </p>
<p>Calling the <code
title="dom-navigator-yieldForStorageUpdates">navigator.yieldForStorageUpdates()</code>
@@ -67121,7 +67130,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.
+ <!--END complete-->
+ <a href="#refsWEBSTORAGE">[WEBSTORAGE]</a>
+ <!--START complete-->
+ </p>
</dd>
@@ -98637,10 +98650,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
@@ -98662,11 +98671,13 @@
<dd><cite><a href="http://dev.w3.org/html5/websockets/">The Web Sockets
API</a></cite>, I. Hickson. W3C.</dd>
- <dt id="refsWHATWGBLOG">[WHATWGBLOG]</dt>
- <dd><cite><a href="http://blog.whatwg.org/">The WHATWG Blog</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="refsWHATWGWIKI">[WHATWGWIKI]</dt>
- <dd><cite><a href="http://wiki.whatwg.org/">The WHATWG Wiki</a></cite>. WHATWG.</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>
<!--
@@ -98677,6 +98688,12 @@
<dd><cite><a href="http://dev.w3.org/html5/workers/">Web
Workers</a></cite>, I. Hickson. W3C.</dd>
+ <dt id="refsWHATWGBLOG">[WHATWGBLOG]</dt>
+ <dd><cite><a href="http://blog.whatwg.org/">The WHATWG Blog</a></cite>. WHATWG.</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>
More information about the Commit-Watchers
mailing list