Javascript Reference
Categories: STYLE

javascript STYLE wordBreak

@March 15, 2008, 1:22 a.m.
wordBreakFirefox/Netscape/NN n/a IE 5(Win) Chrome/Safari/DOM n/a  

Read/Write  

Specifies the word-break style for ideographic languages or content that mixes Latin and ideographic languages.

 
Example
 
document.getElementById("myDIV").style.wordBreak = "keep-all";
 
Value

One of the constant values (as a string): break-all | keep-all | normal.

 
Default

normal


Powered by Linode.