mirror of
https://github.com/servo/servo.git
synced 2025-08-14 09:55:35 +01:00
Add form getters for additional elements; update test expectations
This adds form getters for fieldset, label, object, output, select and textarea elements.
This commit is contained in:
parent
a1fb8cfbb0
commit
8d67914c7f
14 changed files with 83 additions and 61 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
// https://www.whatwg.org/html/#htmllabelelement
|
||||
interface HTMLLabelElement : HTMLElement {
|
||||
//readonly attribute HTMLFormElement? form;
|
||||
readonly attribute HTMLFormElement? form;
|
||||
// attribute DOMString htmlFor;
|
||||
//readonly attribute HTMLElement? control;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue