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

9 lines
282 B
Plaintext
Raw Normal View History

interface HTMLElement : Element {
attribute wstring id;
attribute wstring title;
attribute wstring lang;
attribute wstring dir;
attribute wstring className;
readonly attribute CSSStyleDeclaration style;
};