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
- The align attribute specifies the horizontal alignment of cell data in a column.
- The ch attribute specifies the alignment character for cells in a column.
- The chOff attribute specifies the offset of alignment character.
- The span attribute indicates the number of columns in a group or affected by grouping.
- The vAlign attribute specifies the vertical alignment of cell data in a column.
- The width attribute specifies the default column width.
If you have comments or suggestions, email me at mbrady@nist.gov