web api instance property
HTMLTableCellElement: chOff property
The chOff property of the HTMLTableCellElement interface does nothing. It reflects the charoff attribute of the cell element.
[!NOTE] This property was designed to participate in an 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
An integer.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.