mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:27:35 +00:00
Ladybird+LibWeb: Add basic select element support
This commit is contained in:
parent
b439431488
commit
466153e680
28 changed files with 641 additions and 4 deletions
|
@ -31,7 +31,7 @@ interface HTMLSelectElement : HTMLElement {
|
|||
|
||||
// FIXME: [SameObject] readonly attribute HTMLCollection selectedOptions;
|
||||
attribute long selectedIndex;
|
||||
// FIXME: attribute DOMString value;
|
||||
attribute DOMString value;
|
||||
|
||||
// FIXME: readonly attribute boolean willValidate;
|
||||
// FIXME: readonly attribute ValidityState validity;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue