hixie: Consistency with HTMLFormControlsCollection (whatwg r6418)

hixie: Consistency with HTMLFormControlsCollection (whatwg r6418)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5122&r2=1.5123&f=h
http://html5.org/tools/web-apps-tracker?from=6417&to=6418

===================================================================
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:10 UTC