[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement/noWrap [Back]  [Original]

HTMLTableCellElement: noWrap property - Web APIs | MDN

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.

In this article

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


Web Proxy Viewer  |  New URL  |  Original Page