interface HTMLTableCellElement
{
[CEReactions] attribute unsigned long colSpan;
[CEReactions] attribute unsigned long rowSpan;
[CEReactions] attribute DOMString headers;
readonlyattribute long cellIndex;
[CEReactions] attribute DOMString scope; // only conforming for th elements
[CEReactions] attribute DOMString abbr; // only conforming for th elements
};
Number of constants in JS interface: none Number of attributes in JS interface: 15/15 Number of functions in JS interface: none
Function
Implementation status
Browser & Device compatibility
Device type
Support Status
Desktop PC browsers
Yes
HBBTV 1.5 devices
Yes
HBBTV 2.0.x devices
Yes
Notes
none
This page has been generated automatically from source code by the CoyoteBrowser InfoTool on Tue Jan 05 16:54:08 2021
. Some design elements from MDN are used under CC-BY-SA license from "Mozilla Contributors".