Firefox Tomorrow

web api instance property

HTMLTableColElement: ch property

View on MDN ↗

The ch property of the HTMLTableColElement interface does nothing. It reflects the char attribute of the <col> 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-align CSS 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.

See also