summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLTableCaptionElement.idl
blob: 915574033400dd48b25953d9005a394e92761d0a (plain)
1
2
3
4
5
6
7
8
9
#import <HTML/HTMLElement.idl>

// https://html.spec.whatwg.org/multipage/tables.html#htmltablecaptionelement
[Exposed=Window]
interface HTMLTableCaptionElement : HTMLElement {

    [Reflect] attribute DOMString align;

};