mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
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:
commit
71dbf99e4e
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue