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

    [Reflect] attribute DOMString align;

}