word-break | NN n/a IE 5(Win) CSS n/a |
Inherited: No | |
Controls the word-break style for ideographic languages or content that mixes Latin and ideographic languages. |
|
CSS Syntax | |
word-break: breakType
|
|
Value | |
One of the following constant values: break-all | keep-all | normal. |
|
Initial Value | |
normal |
|
Example | |
div {word-break:keep-all} |
|
Applies To | |
Block-level and table-related elements. |
|
Object Model Reference | |
[window.]document.getElementById("elementID").style.wordBreak
|