BUG 1: Cover Layout
When opening the epubs in the calibre reader, depending on the aspect ratio of the calibre window, we can land on an blank page which precede the cover.
This seems to be an artifact of putting the cover on the same page as the copyright notice.
Readers behavior:
* Google Reader: keep the h4 and the cover on the same page
* Sony Reader: put a page break,
* Thorium reader: it depends on the aspect ratio, (but no blank page are inserted.)
* Kindle Reader for PC: Cover is present twice, copyright may be on the second instance or a third page depending on aspect ratio
* Kindle Online Reader: Reading of Send to Kindle documents seems now disabled.
* Calibre Reader: blank page bug.
Solution 1
If the cover and the copyright notice remain in the same xhtml file, inserting a page break, something like:
|p class="c" style="page-break-after: always"||img src="images/cover.jpg"
alt="cover"
id="icover" /|
Solve that calibre reader issue at the cost of a single page copyright.
Solution 2
Since the copyright notice is already on the cover, you could remove that h4 text or hide it or move it to finish.xhtml
BUG 2: Accessibility
Since the tile and author are missing from the epub text, to allow for correct screen reading, alt="cover" will not do.
You should instead use the actual cover text alt="actual title by author Category Copyright name" for proper assistive technology support.
Alternatively, add the title and author to info.xhtml
BUG 3 Reading Start status
Regarding the content.opf guide, it looks like reading start is not always obeyed.
Calibre: Open on blank page or cover, Start of book goes to Cover or blank page.
Thorium: open on Cover, Landmarks-> Info goes to Info as intended.
Sony: ignored, no start of book command, using first TOC item goes to info
Google Reader: open on info as intended.
Kindle Reader: Open on second copy of the cover, Go to:Beginning send to info, Go to:cover is greyed out.
BUG 4 Kindle Reader can't nav to cover, cover is there twice
Cover is still accessible trough prev/next page
According to kdp guidelines This is due to the lack of cover mention in the content.opf guide.
Solution: untested, just add it back.
Go to:Table of Content is also greyed out: That's normal, there is no html TOC. However the ToC button is working using the converted ncx.