View Single Post
Old 08-19-2022, 04:41 PM   #24
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 47,399
Karma: 171313058
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by JSWolf View Post
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.
Attached Files
File Type: txt calibre_user_manual_epubcheck.txt (136.9 KB, 76 views)
DNSB is offline   Reply With Quote