2020-08-01 03:07:00 +01:00
|
|
|
interface HTMLSelectElement : HTMLElement {
|
|
|
|
|
2020-11-09 08:15:10 +00:00
|
|
|
[Reflect] attribute boolean disabled;
|
|
|
|
[Reflect] attribute boolean multiple;
|
|
|
|
[Reflect] attribute boolean required;
|
2020-08-01 03:07:00 +01:00
|
|
|
|
2020-12-09 21:26:42 +00:00
|
|
|
};
|