Firefox Tomorrow

web api instance property

HTMLTableCellElement: noWrap property

View on MDN ↗

The noWrap property of the HTMLTableCellElement interface returns a Boolean value indicating if the text of the cell may be wrapped on several lines or not.

[!NOTE] This property is deprecated and you should use the CSS white-space property with the value nowrap instead.

Value

A Boolean value.

Examples

Use CSS white-space instead. An example is available on the white-space page.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.