diff options
author | Corey Farwell <coreyf@rwell.org> | 2016-01-08 20:38:41 -0500 |
---|---|---|
committer | Corey Farwell <coreyf@rwell.org> | 2016-01-08 20:38:56 -0500 |
commit | 8f35652f259e5edfed2fa41669e657e738b8d278 (patch) | |
tree | bbc73d8fb883d0cede8c5f1db5da0e141451d582 /components/script/dom/webidls/HTMLFormElement.webidl | |
parent | a1795a54d045ac122af3bbebac058b2f3ba07f19 (diff) | |
download | servo-8f35652f259e5edfed2fa41669e657e738b8d278.tar.gz servo-8f35652f259e5edfed2fa41669e657e738b8d278.zip |
Update HTMLFormElement WebIDL to match spec
https://html.spec.whatwg.org/multipage/#htmlformelement
Diffstat (limited to 'components/script/dom/webidls/HTMLFormElement.webidl')
-rw-r--r-- | components/script/dom/webidls/HTMLFormElement.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLFormElement.webidl b/components/script/dom/webidls/HTMLFormElement.webidl index e9607b6170e..e2423dcce6c 100644 --- a/components/script/dom/webidls/HTMLFormElement.webidl +++ b/components/script/dom/webidls/HTMLFormElement.webidl @@ -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); |