mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
indexed getter of form elements
This commit is contained in:
parent
3fa0dca3a3
commit
4bb88432b2
5 changed files with 36 additions and 6 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue