Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Named form getter #25070

Merged
merged 13 commits into from Dec 16, 2019
Next

uncomment the named getter from HTMLFormElement.webidl

  • Loading branch information
Chintan Gandhi
Chintan Gandhi committed Nov 27, 2019
commit f73e1453caf583839901b1edd4bb6349ee9f5e87
@@ -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]
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.