summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLOptionElement.idl
blob: 96dcaec54829c308468d37903f1eb5095e8e79a9 (plain)
1
2
3
4
5
6
interface HTMLOptionElement : HTMLElement {

    [Reflect] attribute boolean disabled;
    [Reflect=selected] attribute boolean defaultSelected;

};