Hi,
I've noticed a small issue when performing a conversion to epub.
It seems (at least in some cases) that Calibre is ignoring converting the style attribute to a class, when the attribute is upper case.
eg:
Code:
<p style="font-weight: bold">
replaces the inline style with a class.
Whereas
Code:
<p STYLE="font-weight: bold">
the style remains inline.
Not sure if this is a bug, or by design.
Seems to happen with any ebook with an (x)html source, including AZW.
Attached is a sample xhtml file and resulting epub (it does the same for HTML as well).