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

interface HTMLLegendElement : HTMLElement {

    [Reflect] attribute DOMString align;

};