#import
// https://html.spec.whatwg.org/multipage/tables.html#htmltablecaptionelement
[Exposed=Window, UseDeprecatedAKString]
interface HTMLTableCaptionElement : HTMLElement {
[HTMLConstructor] constructor();
[CEReactions, Reflect] attribute DOMString align;
};