#import <HTML/HTMLElement.idl>

interface HTMLOptionElement : HTMLElement {

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

    attribute boolean selected;

};