ladybird/Libraries/LibWeb/HTML/HTMLOptionElement.idl

7 lines
148 B
Text
Raw Normal View History

interface HTMLOptionElement : HTMLElement {
[Reflect] attribute boolean disabled;
[Reflect=selected] attribute boolean defaultSelected;
}