Written by jon on 12:24 AM
The Japanese language has especially strict rules regarding the conditions and characters after which a line may be broken. This property controls whether or not this strict line-breaking behavior is used.
Example |
div { line-break: strict } <div style=”line-break: strict”>Long bit of Japanese content that wraps at some point</div> |
|
|
Possible Values |
Value Description normal | Normal line-breaking rules are applied to Japanese content. | strict | Strict line-breaking rules are enforced for Japanese content. |
|
|
Related Posts by Categories
0 comments: Responses to “ CSS LINE-BREAK ”