css.properties

text-wrap-mode

The text-wrap-mode property specifies the wrapping mode for text.

Formal Syntax

wrap | nowrap

See specification

JavaScript Access

// Access via element.style
element.style.textWrapMode = 'wrap';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
text-wrap-mode13012417.4130
nowrap13012417.4130
wrap13012417.4130

Related Properties