Definition
HTML Standard defines HTMLTitleElement
[Exposed=Window]
interface HTMLTitleElement : HTMLElement {
[HTMLConstructor] constructor();
[CEReactions] attribute DOMString text;
};
HTMLTitleElement interfaceHTML Standard defines HTMLTitleElement
[Exposed=Window]
interface HTMLTitleElement : HTMLElement {
[HTMLConstructor] constructor();
[CEReactions] attribute DOMString text;
};
HTMLTitleElement