HTMLTableCaptionElement.idl 290 B

123456789101112
  1. #import <HTML/HTMLElement.idl>
  2. // https://html.spec.whatwg.org/multipage/tables.html#htmltablecaptionelement
  3. [Exposed=Window]
  4. interface HTMLTableCaptionElement : HTMLElement {
  5. [HTMLConstructor] constructor();
  6. // Obsolete
  7. [CEReactions, Reflect] attribute DOMString align;
  8. };