The HTMLTableCellElement
and HTMLElement
interfaces it also has available to it by inheritance) for manipulating the layout and presentation of table data cells in an HTML document.
PropertiesEdit
Inherits properties from its parent, HTMLTableCellElement
, and HTMLElement
.
HTMLTableDataCellElement.abbr
- Is a
DOMString
containing a name used to refer to this cell in other context. It reflects theabbr
attribute.
MethodsEdit
No specific method; inherits methods from its parent, HTMLTableCellElement
, and HTMLElement
.
SpecificationsEdit
Specification | Status | Comment |
---|---|---|
WHATWG HTML Living Standard The definition of 'HTMLTableElement' in that specification. |
Living Standard | No change from HTML5. |
HTML5 The definition of 'HTMLTableElement' in that specification. |
Recommendation | Initial definition. |
Browser compatibilityEdit
See alsoEdit
- The HTML element implementing this interface:
<td>
.