1 2 3 4 5 6
interface HTMLOptionElement : HTMLElement { [Reflect] attribute boolean disabled; [Reflect=selected] attribute boolean defaultSelected; };