web api instance property
HTMLTableCellElement: ch property
The ch property of the HTMLTableCellElement interface does nothing. It reflects the char attribute of the cell element.
[!NOTE] This property was designed to participate to the ability to align table cell content on a specific character (typically the decimal point), but was never implemented by browsers.
To achieve such alignment, watch for the support of a string value with the
text-alignCSS property.
Value
A single character.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.