HTMLTableCellElement: noWrap property

Deprecated

Avoid using this feature in new projects. Some table styling attributes have no effect. They are superseded by CSS. This feature may be a candidate for removal from web standards or browsers.

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

Specification
HTML
# dom-tdth-nowrap

Browser compatibility