Implement selectedIndex property on <select>.

This commit is contained in:
Corey Farwell 2016-10-16 08:46:23 -04:00
parent f90b256472
commit bec5bf49bd
5 changed files with 110 additions and 7 deletions

View file

@ -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;