зеркало из https://github.com/mozilla/gecko-dev.git
Bug 2195: select[n] == select.options[n], new nonstandard DOM interface
This commit is contained in:
Родитель
b723a0ed6d
Коммит
ba5f073a74
|
@ -19,3 +19,10 @@
|
|||
void blur();
|
||||
void focus();
|
||||
};
|
||||
|
||||
interface NSHTMLSelectElement {
|
||||
/* IID: { 0xa6cf9105, 0x15b3, 0x11d2, \
|
||||
{ 0x93, 0x2e, 0x00, 0x80, 0x5f, 0x8a, 0xdd, 0x32 } } */
|
||||
|
||||
Node item(in unsigned long index);
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче