Quote:
Originally Posted by spotrick
Most readers (and sensible programmers) would simply ignore something as inconsequential as dc:date.modified, but not the Sony.
|
The "correct" way to include this in ePUB would be a <dc:date> element with an "event" attribute...
Quote:
I also note that epubchk flags as an error the existence of .png image files, which it calls "non standard". Well, if a reader baulks at that, too bad. No way am I going back and replacing png with gif or jpg.
|
PNG is explicitly allowed in ePUB, and I have never seen epubcheck complain on this. Maybe you are using/defining them in some particular way? What is non-standard is having PNG files (or GIF, or JPG...) referred to directly in the <spine>, for instance; you have to use some XHTML wrapper to hold the image.