mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update HTMLFieldSetElement WebIDL to match spec
https://github.com/whatwg/html/pull/413 https://html.spec.whatwg.org/multipage/#htmlfieldsetelement
This commit is contained in:
parent
083d3e0201
commit
a1795a54d0
1 changed files with 2 additions and 5 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue