ladybird/Libraries/LibWeb/HTML/HTMLTitleElement.idl

10 lines
226 B
Text
Raw Normal View History

// https://html.spec.whatwg.org/multipage/semantics.html#htmltitleelement
[Exposed=Window]
interface HTMLTitleElement : HTMLElement {
[HTMLConstructor] constructor();
[CEReactions] attribute Utf16DOMString text;
};