此页面由社区从英文翻译而来。了解更多并加入 MDN Web Docs 社区。

View in English Always switch to English

HTMLTableCellElement:noWrap 属性

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.

HTMLTableCellElement 接口的 noWrap 属性返回一个指示单元格的文本是否可以换行的布尔值。

备注:此属性已弃用,且应使用值为 nowrap 的 CSS white-space 属性代替。

一个布尔值。

示例

使用 CSS white-space 代替,在 white-space 页面有一个可用的示例

规范

规范
HTML
# dom-tdth-nowrap

浏览器兼容性