mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement selectedIndex
property on <select>
.
This commit is contained in:
parent
f90b256472
commit
bec5bf49bd
5 changed files with 110 additions and 7 deletions
|
@ -25,7 +25,7 @@ interface HTMLSelectElement : HTMLElement {
|
|||
//setter void (unsigned long index, HTMLOptionElement? option);
|
||||
|
||||
//readonly attribute HTMLCollection selectedOptions;
|
||||
// attribute long selectedIndex;
|
||||
attribute long selectedIndex;
|
||||
attribute DOMString value;
|
||||
|
||||
//readonly attribute boolean willValidate;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue