HTMLTableColElement Interface


The HTMLTableColElement Interface regroups the COL and COLGROUP elements.
IDL Definition

Interface HTMLTableColElement : HTMLElement {

           attribute  DOMString                  align;
           attribute  DOMString                  ch;
           attribute  DOMString                  chOff;
           attribute  long                       span;
           attribute  DOMString                  vAlign;
           attribute  DOMString                  width;
};

Semantic Requirements

  1. The align attribute specifies the horizontal alignment of cell data in a column.
  2. The ch attribute specifies the alignment character for cells in a column.
  3. The chOff attribute specifies the offset of alignment character.
  4. The span attribute indicates the number of columns in a group or affected by grouping.
  5. The vAlign attribute specifies the vertical alignment of cell data in a column.
  6. The width attribute specifies the default column width.

If you have comments or suggestions, email me at mbrady@nist.gov