Implement HTMLFormElement::Length

This commit is contained in:
Corey Farwell 2016-01-10 13:39:33 -05:00
parent 99d0142293
commit f72d153c8d
4 changed files with 6 additions and 13 deletions

View file

@ -17,7 +17,7 @@ interface HTMLFormElement : HTMLElement {
attribute DOMString target;
[SameObject] readonly attribute HTMLFormControlsCollection elements;
//readonly attribute long length;
readonly attribute long length;
//getter Element (unsigned long index);
//getter (RadioNodeList or Element) (DOMString name);