mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Add tracking issue for HTMLFormControlsCollection
This commit is contained in:
parent
ceb72e54e4
commit
6e3878d254
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue