| line-break | NN n/a IE 5(Win) CSS n/a |
| Inherited: Yes | |
Controls line-breaking rules for Japanese text. |
|
| CSS Syntax | |
line-break: normal | strict |
|
| Value | |
One of the following constants: normal | strict. |
|
| Initial Value | |
normal |
|
| Example | |
p {letter-break: strict}
|
|
| Applies To | |
Block-level elements. |
|
| Object Model Reference | |
[window.]document.getElementById("elementID").style.lineBreak
|
|