mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
indexed getter of form elements
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user