HTMLOptionElement.index

This commit is contained in:
Patrick Shaughnessy 2020-01-01 17:00:39 -05:00
parent c6192dc286
commit 767ccbe568
5 changed files with 43 additions and 25 deletions

View file

@ -22,5 +22,5 @@ interface HTMLOptionElement : HTMLElement {
[CEReactions]
attribute DOMString text;
// readonly attribute long index;
readonly attribute long index;
};