View Single Post
Old 06-27-2011, 11:51 AM   #4
DaleDe
Grand Sorcerer
DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.
 
DaleDe's Avatar
 
Posts: 11,470
Karma: 13095790
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7
Quote:
Originally Posted by roger64 View Post
Hi

I can use any of these two tags to map italics style attribute using W2X. Usually, I use <i>. I also heard that <u> (for underline) is deprecated but probably works.

I also map bold style attribute with a <b> tag. And then, something special happen when I try to map a bolditalic style attribute.

I should get something like that: <b><i>bolditalic</i></b>

No way to see this code with two joint tags with Sigil which expels one the two tags but converts correctly the bolditalic. I reported twice the bug upstream to be told that my EPUB was fine and indeed produced the expected result. Only, it seems that I cannot visualize it with Sigil.

Could someone please look at this short epub which use style-mapping for style attributes and check particularly the code output for bolditalic words?

Which free software (out of Sigil) would allow me to read the code?
Sigil has problems in this area and prefers the class and CSS approach which I think is not the best however, <b> is not preferred any longer and should be replaced with <strong> and by rights <i> should be replaced by <em> these days to avoid future problems.

Dale
DaleDe is offline   Reply With Quote