summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/HTMLDivElement.idl
blob: bb5cfba9b4417835134cc9d6f6e5b2f8c8de3c46 (plain)
1
2
3
4
5
interface HTMLDivElement : HTMLElement {

    [Reflect] attribute DOMString align;

};