mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement selectedIndex
IDL attribute on HTMLOptionsCollection
.
This commit is contained in:
parent
a656782075
commit
d4ad51bfde
5 changed files with 65 additions and 24 deletions
|
@ -14,5 +14,5 @@ interface HTMLOptionsCollection : HTMLCollection {
|
|||
void add((HTMLOptionElement or HTMLOptGroupElement) element, optional (HTMLElement or long)? before = null);
|
||||
//[CEReactions]
|
||||
void remove(long index);
|
||||
//attribute long selectedIndex;
|
||||
attribute long selectedIndex;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue