mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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;
|
||||
readonly attribute unsigned long length;
|
||||
getter Element? (unsigned long index);
|
||||
//getter (RadioNodeList or Element) (DOMString name);
|
||||
getter (RadioNodeList or Element) (DOMString name);
|
||||
|
||||
void submit();
|
||||
[CEReactions]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue