本文档基于 CC协议(Creative Commons Share-Alike License)发布,是developer.mozilla.com, www.mozref.comwww.aptana.com共同劳动的成果。

word-break

Specifies line-breaking behavior between words in the content of the element.

Browser/User Agent Support

IENetscapeMozillaOperaSafari
6.0+nononono

Values

normalAllows line-breaking within words.
break-allAllows arbitrary line-breaking within words for non-Asian text. Same as 'normal' for Asian text.
keep-allDoes not allow line-breaking for Japanese, Chinese, and Korean text.

Remarks

IE only.

Related