Update HTMLFormElement WebIDL to match spec

https://html.spec.whatwg.org/multipage/#htmlformelement
This commit is contained in:
Corey Farwell 2016-01-08 20:38:41 -05:00
parent a1795a54d0
commit 8f35652f25

View file

@ -16,7 +16,7 @@ interface HTMLFormElement : HTMLElement {
attribute boolean noValidate;
attribute DOMString target;
//readonly attribute HTMLFormControlsCollection elements;
//[SameObject] readonly attribute HTMLFormControlsCollection elements;
//readonly attribute long length;
//getter Element (unsigned long index);
//getter (RadioNodeList or Element) (DOMString name);