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

6 строки
171 B
Plaintext
Исходник Обычный вид История

interface HTMLLabelElement : HTMLElement {
attribute HTMLFormElement form;
attribute wstring accessKey;
attribute wstring htmlFor;
};