summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLDivElement.idl
blob: a925b777e50c6c16bc01151b29fb1222ce9dab7a (plain)
1
2
3
4
5
6
7
8
9
10
11
#import <HTML/HTMLElement.idl>

// https://html.spec.whatwg.org/multipage/semantics.html#htmldivelement
[Exposed=Window]
interface HTMLDivElement : HTMLElement {

    [HTMLConstructor] constructor();

    [Reflect] attribute DOMString align;

};