mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 14:34:59 +00:00
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;
|
|
|
|
};
|