mirror of
https://github.com/servo/servo
synced 2026-04-30 19:37:43 +02:00
Implement selectedIndex property on <select>.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user