View Single Post
Old 06-21-2020, 09:05 PM   #2229
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by DNSB View Post
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?
davidfor is offline   Reply With Quote