HTMLTableSectionElement.idl 360 B

12345678910111213
  1. #import <DOM/HTMLCollection.idl>
  2. #import <HTML/HTMLElement.idl>
  3. interface HTMLTableSectionElement : HTMLElement {
  4. [Reflect] attribute DOMString align;
  5. [Reflect=char] attribute DOMString ch;
  6. [Reflect=charoff] attribute DOMString chOff;
  7. [Reflect=valign] attribute DOMString vAlign;
  8. [SameObject] readonly attribute HTMLCollection rows;
  9. };