hixie: More reference cleanup (whatwg r3586)

hixie: More reference cleanup (whatwg r3586)

http://dev.w3.org/cvsweb/html5/webdatabase/Overview.html?r1=1.6&r2=1.7&f=h
http://html5.org/tools/web-apps-tracker?from=3585&to=3586

===================================================================
RCS file: /sources/public/html5/webdatabase/Overview.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Overview.html 11 Aug 2009 01:55:15 -0000 1.6
+++ Overview.html 11 Aug 2009 07:10:05 -0000 1.7
@@ -429,7 +429,7 @@
    <dd>
 
     <p>The IDL blocks in this specification use the semantics of the
-    WebIDL specification. <a href="#refsWebIDL">[WebIDL]</a></p>
+    WebIDL specification. <a href="#refsWEBIDL">[WEBIDL]</a></p>
 
    </dd>
 
@@ -447,7 +447,7 @@
   scripts in Web applications, and does not necessarily imply the
   existence of an actual <code>Document</code> object or of any other
   <code>Node</code> objects as defined in the DOM Core
-  specifications. <a href="#refsDOM3CORE">[DOM3CORE]</a></p>
+  specifications. <a href="#refsDOMCORE">[DOMCORE]</a></p>
 
   <p>A DOM attribute is said to be <em>getting</em> when its value is
   being retrieved (e.g. by author script), and is said to be
@@ -1370,7 +1370,7 @@
     database feature
     
     to the user in a way that does not distinguish them from HTTP
-    session cookies. <a href="#refsRFC2109">[RFC2109]</a> <a href="#refsRFC2965">[RFC2965]</a></p>
+    session cookies. <a href="#refsRFC2109">[RFC2109]</a> <a href="#refsCOOKIES">[COOKIES]</a></p>
 
     <p>This might encourage users to view such storage with healthy
     suspicion.</p>
@@ -1532,6 +1532,24 @@
 
   <dl>
 
+   <dt id="refsCOOKIES">[COOKIES]</dt>
+   <!--
+   <dd><cite><a href="http://www.ietf.org/rfc/rfc2965.txt">HTTP State Management
+   Mechanism</a></cite>, D. Kristol, L. Montulli. IETF, October 2000.</dd>
+   -->
+   <dd><cite><a href="http://tools.ietf.org/html/draft-abarth-cookie">HTTP State
+   Management Mechanism</a></cite>, A. Barth. IETF, August 2009.</dd>
+
+   <dt id="refsDOMCORE">[DOMCORE]</dt>
+   <dd><cite><a href="http://www.w3.org/TR/DOM-Level-3-Core/">Document
+   Object Model (DOM) Level 3 Core Specification</a></cite>, A. Le
+   Hors, P. Le Hegaret, L. Wood, G. Nicol, J. Robie, M. Champion,
+   S. Byrnes. W3C, April 2004.</dd>
+   <!--
+   <dd><cite><a href="http://simon.html5.org/specs/web-dom-core">Web
+   DOM Core</a></cite>, S. Pieters. W3C, June 2009.</dd>
+   -->
+
    <dt id="refsECMA262">[ECMA262]</dt>
    <dd><cite><a href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">ECMAScript
    Language Specification</a></cite>. ECMA, December 1999.</dd>

Received on Tuesday, 11 August 2009 07:15:05 UTC