Quote:
Originally Posted by DNSB
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).
|
My first reaction:

Always check before you make some statement.
But, then I check. The three books I looked at didn't have the above statement. And one didn't have the class in the spans. They were just:
Code:
<span id="kobo.8.1">
Which I hadn't seen before.
But, even with that class defined, aren't all the styles just going to pass through it?