html5/eventsource Overview.html,1.68,1.69

Update of /sources/public/html5/eventsource
In directory hutz:/tmp/cvs-serv1931

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

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/eventsource/Overview.html,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- Overview.html	18 Sep 2009 08:24:39 -0000	1.68
+++ Overview.html	18 Sep 2009 08:54:52 -0000	1.69
@@ -321,7 +321,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.<h2 id="the-eventsource-interface"><span class="secno">4 </span>The <code><a href="#eventsource">EventSource</a></code> interface</h2><pre class="idl">[<a href="#dom-eventsource" title="dom-EventSource">Constructor</a>(in DOMString url)]
 interface <dfn id="eventsource">EventSource</dfn> {

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