Files
ladybird/Libraries/LibWeb/HTML/HTMLDivElement.idl
2024-11-10 12:50:45 +01:00

12 lines
259 B
Plaintext

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