CSS LINE-BREAK - CSS3 Examples

CSS LINE-BREAK

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



Widget by John | Interviewghost
  1. 0 comments: Responses to “ CSS LINE-BREAK ”

RECENT COMMENTS

SUBSCRIBE TO CSS3 EXAMPLES

 Subscribe to css3 Examples via RSS
Or, subscribe via email:
Find CSS3 Examples Entries :