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

    [Reflect] attribute DOMString align;

};