mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:28:12 +00:00
LibWeb: Implement HTMLSelectElement.selectedIndex
This commit is contained in:
parent
5dc0855489
commit
a606345576
4 changed files with 70 additions and 2 deletions
|
@ -8,4 +8,6 @@ interface HTMLSelectElement : HTMLElement {
|
|||
[Reflect] attribute boolean required;
|
||||
[SameObject] readonly attribute HTMLOptionsCollection options;
|
||||
|
||||
attribute long selectedIndex;
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue