Firefox Tomorrow

web api instance property

HTMLTableSectionElement: ch property

View on MDN ↗

The ch property of the HTMLTableSectionElement interface does nothing. It reflects the char attribute of the section 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