mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Update HTMLFormElement WebIDL to match spec
https://html.spec.whatwg.org/multipage/#htmlformelement
This commit is contained in:
parent
a1795a54d0
commit
8f35652f25
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ interface HTMLFormElement : HTMLElement {
|
||||||
attribute boolean noValidate;
|
attribute boolean noValidate;
|
||||||
attribute DOMString target;
|
attribute DOMString target;
|
||||||
|
|
||||||
//readonly attribute HTMLFormControlsCollection elements;
|
//[SameObject] readonly attribute HTMLFormControlsCollection elements;
|
||||||
//readonly attribute long length;
|
//readonly attribute long length;
|
||||||
//getter Element (unsigned long index);
|
//getter Element (unsigned long index);
|
||||||
//getter (RadioNodeList or Element) (DOMString name);
|
//getter (RadioNodeList or Element) (DOMString name);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue