html5/webdatabase Overview.html,1.32,1.33

Update of /sources/public/html5/webdatabase
In directory hutz:/tmp/cvs-serv2017

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

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webdatabase/Overview.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- Overview.html	14 Sep 2009 10:58:35 -0000	1.32
+++ Overview.html	18 Sep 2009 08:55:04 -0000	1.33
@@ -378,7 +378,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:15 UTC