ladybird/Libraries/LibWeb/HTML/HTMLHtmlElement.idl

11 lines
247 B
Text
Raw Normal View History

// https://html.spec.whatwg.org/multipage/semantics.html#htmlhtmlelement
[Exposed=Window]
interface HTMLHtmlElement : HTMLElement {
[HTMLConstructor] constructor();
// Obsolete
[CEReactions, Reflect] attribute DOMString version;
};