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

    [Reflect] attribute DOMString align;

};