summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLParagraphElement.idl
blob: cd3b3f221d384e951b531fd8001813601556b7bf (plain)
1
2
3
4
5
6
7
#import <HTML/HTMLElement.idl>

interface HTMLParagraphElement : HTMLElement {

    [Reflect] attribute DOMString align;

};