ladybird/Libraries/LibWeb/HTML/HTMLDivElement.idl

10 lines
227 B
Text
Raw Normal View History

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