mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:27:45 +00:00
LibWeb: Implement HTMLSelectElement.type
This commit is contained in:
parent
c247fefee7
commit
c4ee43c5b4
3 changed files with 17 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue