html5/spec Overview.html,1.5122,1.5123

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv1457

Modified Files:
	Overview.html 
Log Message:
Consistency with HTMLFormControlsCollection (whatwg r6418)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5122
retrieving revision 1.5123
diff -u -d -r1.5122 -r1.5123
--- Overview.html	11 Aug 2011 17:50:43 -0000	1.5122
+++ Overview.html	11 Aug 2011 20:22:56 -0000	1.5123
@@ -30981,8 +30981,8 @@
 
   readonly attribute <a href="#htmlformcontrolscollection">HTMLFormControlsCollection</a> <a href="#dom-form-elements" title="dom-form-elements">elements</a>;
   readonly attribute long <a href="#dom-form-length" title="dom-form-length">length</a>;
-  caller <a href="#dom-form-item" title="dom-form-item">getter</a> any (in unsigned long index);
-  caller <a href="#dom-form-nameditem" title="dom-form-namedItem">getter</a> any (in DOMString name);
+  caller <a href="#dom-form-item" title="dom-form-item">getter</a> <a href="#element">Element</a> (in unsigned long index);
+  caller <a href="#dom-form-nameditem" title="dom-form-namedItem">getter</a> object (in DOMString name);
 
   void <a href="#dom-form-submit" title="dom-form-submit">submit</a>();
   void <a href="#dom-form-reset" title="dom-form-reset">reset</a>();

Received on Thursday, 11 August 2011 20:23:01 UTC