View Single Post
Old 04-06-2020, 04:57 PM   #86
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,915
Karma: 146918083
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
There is a bug in the KePubify.

Quote:
Originally Posted by jackie_w View Post
Can I make a suggestion that before you release your new version of KTE that you correct the included hyphenation.css file.

The existing file has always contained invalid webkit CSS properties:
Code:
-webkit-hyphenate-after: 3;
-webkit-hyphenate-before: 3;
-webkit-hyphenate-lines: 2;
For kepubs those property names should be:
Code:
-webkit-hyphenate-limit-after: 3;
-webkit-hyphenate-limit-before: 3;
-webkit-hyphenate-limit-lines: 2;
I don't use the last one, -webkit-hyphenate-limit-lines, myself but the first 2 seem to respond OK when you change the values.
Yes this quote if from the KoboTouchExtended driver thread but KePubify uses the same incorrect code.
JSWolf is offline   Reply With Quote