https://bugs.documentfoundation.org/show_bug.cgi?id=119539
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #13 from Julien Nabet <[email protected]> --- Taking a look at https://ebookflightdeck.com/handbook/backwardscompatibility it seems <meta name="cover" content="image0001" /> is the "Epub 2" way to declare cover image. The "Epub 33 way is: <manifest> ... <item id="cover" href="images/cover.jpg" media-type="image/jpeg" properties="cover-image"/> ... </manifest> (see https://www.w3.org/TR/epub-33/#sec-cover-image) Since we export epub indicating explicitely version 3, I'm not sure we can consider this as a bug. At worst, it should be an improvement to help backward compatibility. -- You are receiving this mail because: You are the assignee for the bug.
