mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +00:00
7 lines
149 B
Plaintext
7 lines
149 B
Plaintext
interface HTMLOptionElement : HTMLElement {
|
|
|
|
[Reflect] attribute boolean disabled;
|
|
[Reflect=selected] attribute boolean defaultSelected;
|
|
|
|
};
|