Back to Content

HTMLTableRowElement: chOff property

files/en-us/web/api/htmltablerowelement/choff/index.md

latest662 B
Original Source

{{APIRef("HTML DOM")}}{{deprecated_header}}

The chOff property of the {{domxref("HTMLTableRowElement")}} interface does nothing. It reflects the charoff attribute of the {{HTMLElement("tr")}} 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 {{cssxref("text-align")}} CSS property.

Value

An integer.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{cssxref("text-align")}}