summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/HTMLTableCaptionElement.idl
blob: 0eb0490fc78492c4883bf9306ec5c0c294e25405 (plain)
1
2
3
4
5
interface HTMLTableCaptionElement : HTMLElement {

    [Reflect] attribute DOMString align;

}