View Single Post
Old 10-09-2020, 03:27 AM   #176
jugaor
Enthusiast
jugaor began at the beginning.
 
jugaor's Avatar
 
Posts: 36
Karma: 10
Join Date: Jun 2011
Location: Lima, Peru
Device: Kindle 10Gen / Kobo Aura HD / Nook STR
Quote:
Originally Posted by JSWolf View Post
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.
Hi everyone.
I just wanted to remind this bug report.
The latest kepubify (3.1.5) continues to generate the first three lines.

Thank you very much.
jugaor is offline   Reply With Quote