TH 要素, TD 要素を表すのに用いるオブジェクト。 HTML 4.01 の
TD 要素の定義 を参照。
abbralignaxisbgColorcellIndexlong型, 読取専用
chchOffcolSpanlong型
headersheightnoWrapboolean型
rowSpanlong型
scopevAlignwidth
interface HTMLTableCellElement : HTMLElement {
readonly attribute long cellIndex;
attribute DOMString abbr;
attribute DOMString align;
attribute DOMString axis;
attribute DOMString bgColor;
attribute DOMString ch;
attribute DOMString chOff;
attribute long colSpan;
attribute DOMString headers;
attribute DOMString height;
attribute boolean noWrap;
attribute long rowSpan;
attribute DOMString scope;
attribute DOMString vAlign;
attribute DOMString width;
};