mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
LibWeb: Implement HTMLSelectElement.selectedIndex
This commit is contained in:
@@ -8,4 +8,6 @@ interface HTMLSelectElement : HTMLElement {
|
||||
[Reflect] attribute boolean required;
|
||||
[SameObject] readonly attribute HTMLOptionsCollection options;
|
||||
|
||||
attribute long selectedIndex;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user