ladybird/Userland/Libraries/LibWeb/HTML/HTMLHtmlElement.idl

12 lines
286 B
Text
Raw Normal View History

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