mirror of
https://github.com/servo/servo
synced 2026-04-30 11:27:28 +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:
@@ -11,7 +11,7 @@ interface HTMLTextAreaElement : HTMLElement {
|
||||
attribute unsigned long cols;
|
||||
// attribute DOMString dirName;
|
||||
attribute boolean disabled;
|
||||
//readonly attribute HTMLFormElement? form;
|
||||
readonly attribute HTMLFormElement? form;
|
||||
// attribute DOMString inputMode;
|
||||
// attribute long maxLength;
|
||||
// attribute long minLength;
|
||||
|
||||
Reference in New Issue
Block a user