HTMLTableSectionElement.idl 269 B

12345678910
  1. #import <HTML/HTMLElement.idl>
  2. interface HTMLTableSectionElement : HTMLElement {
  3. [Reflect] attribute DOMString align;
  4. [Reflect=char] attribute DOMString ch;
  5. [Reflect=charoff] attribute DOMString chOff;
  6. [Reflect=valign] attribute DOMString vAlign;
  7. };