mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
uncomment the named getter from HTMLFormElement.webidl
This commit is contained in:
parent
a020522f37
commit
f73e1453ca
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ interface HTMLFormElement : HTMLElement {
|
||||||
[SameObject] readonly attribute HTMLFormControlsCollection elements;
|
[SameObject] readonly attribute HTMLFormControlsCollection elements;
|
||||||
readonly attribute unsigned long length;
|
readonly attribute unsigned long length;
|
||||||
getter Element? (unsigned long index);
|
getter Element? (unsigned long index);
|
||||||
//getter (RadioNodeList or Element) (DOMString name);
|
getter (RadioNodeList or Element) (DOMString name);
|
||||||
|
|
||||||
void submit();
|
void submit();
|
||||||
[CEReactions]
|
[CEReactions]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue