Auto merge of #8567 - frewsxcv:tracking-issue-HTMLFormControlsCollection, r=eefriedman

Add tracking issue for HTMLFormControlsCollection

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8567)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-11-18 02:42:56 +05:30
commit 71dbf99e4e

View file

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