But often H2, H2 etc use CSS styles or other attribute stuff is needed.
Some epub don't put an class or style attribute in the <H1 or <H2 etc HTML but set CSS for all headings of a level in CSS
.h2 {
stuff: value;
more-stuff: value
}
etc.
I only use Transform for Styles and to remove line-height and white-space properties in any CSS.
line-height should never be set in books.
After that you need to edit if it looks wrong in ereader.
|