hixie: More reference cleanup (whatwg r3586)

hixie: More reference cleanup (whatwg r3586)

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

===================================================================
RCS file: /sources/public/html5/eventsource/Overview.html,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- Overview.html 11 Aug 2009 01:55:03 -0000 1.51
+++ Overview.html 11 Aug 2009 07:09:53 -0000 1.52
@@ -398,7 +398,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>
 
@@ -416,7 +416,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
@@ -1129,6 +1129,16 @@
    <dd><cite><a href="http://dev.w3.org/2006/waf/access-control/">Cross-Origin
    Resource Sharing</a></cite>, A. Kesteren.  W3C, June 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="refsDOMEVENTS">[DOMEVENTS]</dt>
    <!--
    <dd><cite><a

Received on Tuesday, 11 August 2009 07:16:00 UTC