There is a bug in the KePubify.
Quote:
Originally Posted by jackie_w
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.