mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
LibWeb: Implement HTMLSelectElement.selectedIndex
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 18:49:10 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/a606345576
@@ -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