mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-23 01:39:55 +00:00
7 lines
148 B
Plaintext
7 lines
148 B
Plaintext
interface HTMLOptionElement : HTMLElement {
|
|
|
|
[Reflect] attribute boolean disabled;
|
|
[Reflect=selected] attribute boolean defaultSelected;
|
|
|
|
}
|