- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 11 Aug 2009 07:09:59 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/websockets
In directory hutz:/tmp/cvs-serv10563
Modified Files:
Overview.html
Log Message:
More reference cleanup (whatwg r3586)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/websockets/Overview.html,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- Overview.html 11 Aug 2009 01:55:07 -0000 1.98
+++ Overview.html 11 Aug 2009 07:09:57 -0000 1.99
@@ -410,7 +410,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>
@@ -428,7 +428,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
@@ -686,6 +686,16 @@
<dl>
+ <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:15:06 UTC