mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 11:37:16 +02:00
10 lines
207 B
Plaintext
10 lines
207 B
Plaintext
#import <HTML/HTMLElement.idl>
|
|
|
|
interface HTMLSelectElement : HTMLElement {
|
|
|
|
[Reflect] attribute boolean disabled;
|
|
[Reflect] attribute boolean multiple;
|
|
[Reflect] attribute boolean required;
|
|
|
|
};
|