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

interface HTMLHeadingElement : HTMLElement {

    [Reflect] attribute DOMString align;

};