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:
@@ -7,7 +7,7 @@
|
||||
interface HTMLSelectElement : HTMLElement {
|
||||
// attribute boolean autofocus;
|
||||
attribute boolean disabled;
|
||||
//readonly attribute HTMLFormElement? form;
|
||||
readonly attribute HTMLFormElement? form;
|
||||
attribute boolean multiple;
|
||||
attribute DOMString name;
|
||||
// attribute boolean required;
|
||||
|
||||
Reference in New Issue
Block a user