Quote:
Originally Posted by davidfor
And they explicitly don't have any style so that they don't change the layout of the book.
|
Actually, looking at a kepub from Kobo, the kobospan does have a style defined in each text file rather than in a stylesheet.
Code:
<style xmlns="http://www.w3.org/1999/xhtml" type="text/css" id="koboSpanStyle">.koboSpan { -webkit-text-combine: inherit; }</style>
Admittedly, I'm not quite sure just what that bit of CSS means where it is used since the only other time I've seen -webkit-text-combine in the wild, it was used with horizontal to display horizontal elements in a vertical text column (arabic numbers in a vertical Japanese document for example).