indexed getter of form elements

This commit is contained in:
mrmiywj 2016-06-10 15:21:32 +08:00
parent 3fa0dca3a3
commit 4bb88432b2
5 changed files with 36 additions and 6 deletions

View file

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