summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/HTMLLegendElement.idl
blob: 49ee03cd21586bf8ef2856c871a158ee9480340a (plain)
1
2
3
4
5
interface HTMLLegendElement : HTMLElement {

    [Reflect] attribute DOMString align;

};