I'm doing a number of books that have chapter titles and I'd like to prevent those from getting automatically hyphenated while leaving the main text alone. My understanding is that one can use the following properties in the stylesheet for the chapter header:
Code:
-webkit-hyphens: none !important;
-epub-hyphens: none !important;
-moz-hyphens: none !important;
adobe-hyphenate: none !important;
BUT ... whenever I use the
adobe-hyphenate property, my stylesheet will no longer validate with the W3C validator! That doesn't seem like a good thing!
So should I use this property or not? And if I don't, will I get hyphenation of chapter titles on readers using the Adobe engine?
Confused beginner!