mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Update HTMLFormElement WebIDL to match spec
https://html.spec.whatwg.org/multipage/#htmlformelement
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user