ladybird/Libraries/LibWeb/HTML/HTMLSelectElement.idl

8 lines
174 B
Text
Raw Normal View History

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