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

6 строки
163 B
Plaintext

interface HTMLFontElement : HTMLElement {
attribute wstring color;
attribute wstring face;
attribute wstring size;
};