aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLFieldSetElement.webidl
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2016-01-08 20:37:30 -0500
committerCorey Farwell <coreyf@rwell.org>2016-01-08 20:37:30 -0500
commita1795a54d045ac122af3bbebac058b2f3ba07f19 (patch)
tree8f5b6d950260640b36733a3c828b69fc4b58f5e0 /components/script/dom/webidls/HTMLFieldSetElement.webidl
parent083d3e0201772918d040a6eb12e87c03fd443587 (diff)
downloadservo-a1795a54d045ac122af3bbebac058b2f3ba07f19.tar.gz
servo-a1795a54d045ac122af3bbebac058b2f3ba07f19.zip
Update HTMLFieldSetElement WebIDL to match spec
https://github.com/whatwg/html/pull/413 https://html.spec.whatwg.org/multipage/#htmlfieldsetelement
Diffstat (limited to 'components/script/dom/webidls/HTMLFieldSetElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLFieldSetElement.webidl7
1 files changed, 2 insertions, 5 deletions
diff --git a/components/script/dom/webidls/HTMLFieldSetElement.webidl b/components/script/dom/webidls/HTMLFieldSetElement.webidl
index 26f319ff108..1a009b523dd 100644
--- a/components/script/dom/webidls/HTMLFieldSetElement.webidl
+++ b/components/script/dom/webidls/HTMLFieldSetElement.webidl
@@ -11,13 +11,10 @@ interface HTMLFieldSetElement : HTMLElement {
//readonly attribute DOMString type;
- //HTMLFormControlsCollection: https://github.com/servo/servo/issues/8566
- //readonly attribute HTMLFormControlsCollection elements;
-
- readonly attribute HTMLCollection elements;
+ [SameObject] readonly attribute HTMLCollection elements;
//readonly attribute boolean willValidate;
- readonly attribute ValidityState validity;
+ [SameObject] readonly attribute ValidityState validity;
//readonly attribute DOMString validationMessage;
//boolean checkValidity();
//boolean reportValidity();