- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 11 Aug 2009 07:10:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers
In directory hutz:/tmp/cvs-serv10727
Modified Files:
Overview.html
Log Message:
More reference cleanup (whatwg r3586)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -d -r1.152 -r1.153
--- Overview.html 11 Aug 2009 01:55:20 -0000 1.152
+++ Overview.html 11 Aug 2009 07:10:10 -0000 1.153
@@ -1281,7 +1281,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>
@@ -1299,7 +1299,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
@@ -2603,6 +2603,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:10:25 UTC