hixie: Clean up some references in preparation for actually having a references section. (whatwg r3567)

hixie: Clean up some references in preparation for actually having a
references section. (whatwg r3567)

http://dev.w3.org/cvsweb/html5/workers/Overview.html?r1=1.150&r2=1.151&f=h
http://html5.org/tools/web-apps-tracker?from=3566&to=3567

===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -d -r1.150 -r1.151
--- Overview.html 8 Aug 2009 00:21:14 -0000 1.150
+++ Overview.html 8 Aug 2009 08:20:30 -0000 1.151
@@ -1519,7 +1519,7 @@
 };</pre><p>The <dfn id="dom-errorevent-initerrorevent" title="dom-ErrorEvent-initErrorEvent"><code>initErrorEvent()</code></dfn>
   and <dfn id="dom-errorevent-initerroreventns" title="dom-ErrorEvent-initErrorEventNS"><code>initErrorEventNS()</code></dfn>
   methods must initialize the event in a manner analogous to the
-  similarly-named methods in the DOM3 Events interfaces. <a href="#references">[DOM3EVENTS]</a><p>The <dfn id="dom-errorevent-message" title="dom-ErrorEvent-message"><code>message</code></dfn>
+  similarly-named methods in the DOM Events interfaces. <a href="#references">[DOMEVENTS]</a><p>The <dfn id="dom-errorevent-message" title="dom-ErrorEvent-message"><code>message</code></dfn>
   attribute represents the error message.<p>The <dfn id="dom-errorevent-filename" title="dom-ErrorEvent-filename"><code>filename</code></dfn>
   attribute represents the <span>absolute URL</span> of the script in
   which the error originally occurred.<p>The <dfn id="dom-errorevent-lineno" title="dom-ErrorEvent-lineno"><code>lineno</code></dfn>

Received on Saturday, 8 August 2009 08:21:35 UTC