mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
18 lines
636 B
Plaintext
18 lines
636 B
Plaintext
interface HTMLTableCellElement : HTMLElement {
|
|
attribute long cellIndex;
|
|
attribute wstring abbr;
|
|
attribute wstring align;
|
|
attribute wstring axis;
|
|
attribute wstring bgColor;
|
|
attribute wstring ch;
|
|
attribute wstring chOff;
|
|
attribute long colSpan;
|
|
attribute wstring headers;
|
|
attribute wstring height;
|
|
attribute boolean noWrap;
|
|
attribute long rowSpan;
|
|
attribute wstring scope;
|
|
attribute wstring vAlign;
|
|
attribute wstring width;
|
|
};
|