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

12 lines
282 B
Text
Raw Normal View History

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