mirror of
https://github.com/servo/servo
synced 2026-05-01 20:07:22 +02: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:
@@ -6,7 +6,7 @@
|
||||
// https://www.whatwg.org/html/#htmlfieldsetelement
|
||||
interface HTMLFieldSetElement : HTMLElement {
|
||||
attribute boolean disabled;
|
||||
//readonly attribute HTMLFormElement? form;
|
||||
readonly attribute HTMLFormElement? form;
|
||||
// attribute DOMString name;
|
||||
|
||||
//readonly attribute DOMString type;
|
||||
|
||||
Reference in New Issue
Block a user