ladybird/Userland/Libraries/LibWeb/HTML/HTMLSelectElement.idl
2021-01-12 12:17:46 +01:00

8 lines
175 B
Plaintext

interface HTMLSelectElement : HTMLElement {
[Reflect] attribute boolean disabled;
[Reflect] attribute boolean multiple;
[Reflect] attribute boolean required;
};