Firefox Tomorrow

web api instance property

HTMLTableSectionElement: chOff property

View on MDN ↗

The chOff property of the HTMLTableSectionElement interface does nothing. It reflects the charoff attribute of the section 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-align CSS 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.

See also