mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 11:37:16 +02:00
9 lines
181 B
Plaintext
9 lines
181 B
Plaintext
#import <HTML/HTMLElement.idl>
|
|
|
|
interface HTMLOptionElement : HTMLElement {
|
|
|
|
[Reflect] attribute boolean disabled;
|
|
[Reflect=selected] attribute boolean defaultSelected;
|
|
|
|
};
|