Add tracking issue for HTMLFormControlsCollection

This commit is contained in:
Corey Farwell 2015-11-17 10:06:17 -05:00
parent ceb72e54e4
commit 6e3878d254

View file

@ -11,7 +11,9 @@ interface HTMLFieldSetElement : HTMLElement {
//readonly attribute DOMString type;
//HTMLFormControlsCollection: https://github.com/servo/servo/issues/8566
//readonly attribute HTMLFormControlsCollection elements;
readonly attribute HTMLCollection elements;
//readonly attribute boolean willValidate;