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

7 строки
209 B
Plaintext

interface HTMLMetaElement : HTMLElement {
attribute wstring content;
attribute wstring httpEquiv;
attribute wstring name;
attribute wstring scheme;
};