mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 13:02:09 +02:00
LibWeb: Implement HTMLSelectElement.type
This commit is contained in:
committed by
Andreas Kling
parent
c247fefee7
commit
c4ee43c5b4
Notes:
sideshowbarker
2024-07-17 10:08:28 +09:00
Author: https://github.com/Lubrsi Commit: https://github.com/SerenityOS/serenity/commit/c4ee43c5b4 Pull-request: https://github.com/SerenityOS/serenity/pull/15964 Reviewed-by: https://github.com/awesomekling
@@ -10,6 +10,8 @@ interface HTMLSelectElement : HTMLElement {
|
||||
[Reflect] attribute boolean required;
|
||||
[SameObject] readonly attribute HTMLOptionsCollection options;
|
||||
|
||||
readonly attribute DOMString type;
|
||||
|
||||
readonly attribute unsigned long length;
|
||||
getter Element? item(unsigned long index);
|
||||
getter Element? namedItem(DOMString name);
|
||||
|
||||
Reference in New Issue
Block a user