mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Implement HTMLSelectElement.{multiple, name, size} (fixes #6017)
This commit is contained in:
@@ -8,10 +8,10 @@ interface HTMLSelectElement : HTMLElement {
|
||||
// attribute boolean autofocus;
|
||||
attribute boolean disabled;
|
||||
//readonly attribute HTMLFormElement? form;
|
||||
// attribute boolean multiple;
|
||||
// attribute DOMString name;
|
||||
attribute boolean multiple;
|
||||
attribute DOMString name;
|
||||
// attribute boolean required;
|
||||
// attribute unsigned long size;
|
||||
attribute unsigned long size;
|
||||
|
||||
readonly attribute DOMString type;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user