javascript STYLE wordBreak
| wordBreak | NN n/a IE 5(Win) 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 |
|
Previous: javascript STYLE wordSpacing
Next: javascript STYLE width
1926,Nickname,Homepage or email,Comments here,Add comment
