CSS3.com


CSS LINE-BREAK

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 }
Long bit of Japanese content that wraps

Possible Values
normal: Normal line-breaking rules are applied to Japanese content.
strict: Strict line-breaking rules are enforced for Japanese content.


Go Back