View Single Post
Old 01-25-2021, 12:10 PM   #1
maraskan_user
Member
maraskan_user began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Dec 2020
Location: Germany
Device: Boox Nova 3, Galaxy Tab S6, Samsung M21
KOreader rendering: CSS rule after @namespace ignored

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)
Attached Files
File Type: epub GF Tests 3.epub (2.7 KB, 155 views)
maraskan_user is offline   Reply With Quote