Quote:
Originally Posted by JSWolf
Does it make Vellum look good?
|
Yes. At least Vellum spits out valid ePub 3 code.
For instance, you will see this multiple times in the body of the XHTML files:
Code:
<style>
code {
font-size: 1em;
background-color: transparent;
font-family: sans-serif;
}
</style>
Now if this had been added between the <head></head> element tags such as:
Code:
<style type="text/css" title="override_css">
code {
font-size: 1em;
background-color: transparent;
font-family: sans-serif;
}
</style>
It would have been worked and not triggered errors.
I've also attached the epubcheck output to this message.