HTMLTableSectionElement.idl 236 B

12345678
  1. interface HTMLTableSectionElement : HTMLElement {
  2. [Reflect] attribute DOMString align;
  3. [Reflect=char] attribute DOMString ch;
  4. [Reflect=charoff] attribute DOMString chOff;
  5. [Reflect=valign] attribute DOMString vAlign;
  6. }