html5/webstorage Overview.html,1.79,1.80

Update of /sources/public/html5/webstorage
In directory hutz:/tmp/cvs-serv1987

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

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webstorage/Overview.html,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- Overview.html	16 Sep 2009 22:16:28 -0000	1.79
+++ Overview.html	18 Sep 2009 08:55:00 -0000	1.80
@@ -381,7 +381,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:12 UTC