gecko-dev/dom/public/idl/html/HTMLIsIndexElement.idl

5 строки
130 B
Plaintext

interface HTMLIsIndexElement : HTMLElement {
attribute HTMLFormElement form;
attribute wstring prompt;
};