8 lines
181 B
Text
8 lines
181 B
Text
#import <HTML/HTMLElement.idl>
|
|
|
|
interface HTMLOptionElement : HTMLElement {
|
|
|
|
[Reflect] attribute boolean disabled;
|
|
[Reflect=selected] attribute boolean defaultSelected;
|
|
|
|
};
|