View Single Post
Old 09-14-2020, 05:36 PM   #53
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,848
Karma: 30277270
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by BetterRed View Post
Suggestion: you, or your client, invests in an existing Redshelf publication and then you can dissect it.
Quote:
Originally Posted by Hitch View Post
Red, you crush me! You never thought I'd think of that? Sheesh, you wrong me, brother!
Quote:
Originally Posted by najgori View Post
...or one could use browser web inspector and directly read book code.
Is this demo epub even reflowable, or is it fixed layout?
Quote:
Originally Posted by BetterRed View Post
Sorry… silly questions time, they can sometimes trigger an ah-ha moment.
Quote:
Originally Posted by DNSB View Post
Redshelf epubs are reflowable. Just that they do not have useful documentation on the accessibility requirements. What they seem to want is a page list in the navigation document ( the first sample is from an epub3 book's nav.xhtml, the second from the toc.ncx included for epub2 renderers):

Code:
<nav role="doc-pagelist" aria-label="Page list" epub:type="page-list">
<h2>Pagebreaks of the print version</h2>
<snip>
Q.E.D.

BR
BetterRed is offline   Reply With Quote