View Single Post
Old 01-27-2021, 05:58 AM   #5
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 80,019
Karma: 147977995
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by maraskan_user View Post
Say you have a CSS file like this:
Code:
@namespace h "http://www.w3.org/1999/xhtml";
.StyleA {
  color: red;
  font-size: 2em;
  font-style: italic;
}
.StyleB {
  color: red;
  font-size: 2em;
  font-style: italic;
}
Is it normal that text that uses StyleA does not receive any formating, while with StyleB it does? (See sample epub)
Until this is fixed, the solution is to install the Quality Check plugin in Calibre and use it to search for @namespace and then in the Calibre editor, remove it.
JSWolf is offline   Reply With Quote