ladybird/Userland/Libraries/LibWeb/HTML/HTMLTitleElement.idl
2023-10-25 19:45:41 +02:00

11 lines
263 B
Text

#import <HTML/HTMLElement.idl>
// https://html.spec.whatwg.org/multipage/semantics.html#htmltitleelement
[Exposed=Window]
interface HTMLTitleElement : HTMLElement {
[HTMLConstructor] constructor();
// FIXME: [CEReactions] attribute DOMString text;
};