html5/workers Overview.html,1.170,1.171

Update of /sources/public/html5/workers
In directory hutz:/tmp/cvs-serv2061

Modified Files:
	Overview.html 
Log Message:
miscellaneous cleanup (whatwg r3901)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -d -r1.170 -r1.171
--- Overview.html	18 Sep 2009 07:51:51 -0000	1.170
+++ Overview.html	18 Sep 2009 08:55:10 -0000	1.171
@@ -1002,7 +1002,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="#refsDOMCORE">[DOMCORE]</a><p>A DOM attribute is said to be <em>getting</em> when its value is
+  specifications. <a href="#refsDOMCORE">[DOMCORE]</a><p>An IDL attribute is said to be <em>getting</em> when its value is
   being retrieved (e.g. by author script), and is said to be
   <em>setting</em> when a new value is assigned to it.<p>The term "JavaScript" is used to refer to ECMA262, rather than
   the official term ECMAScript, since the term JavaScript is more

Received on Friday, 18 September 2009 08:55:21 UTC