HTML5 APPLICATIONS DEVELOPMENT MANUAL

(lu) #1

Hyphenation


You can also enable hyphenation to properly break words at the end


of lines, which avoids the problem of long words wrapping to the next line


and leaving a gap on the previous line.


.hyphenized {
-moz-hyphens: auto;
-ms-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}


The property uses the values none, manual, and auto:

Free download pdf