bell notificationshomepageloginedit profileclubsdmBox

10.01% popularity   0 Reactions

Suprised I haven't found this when searching the site under the parameters <guide> and when searching IDPF documentation for ePub 3 spec I didn't see an answer. I was curious what does the <guide> do at the end of the OPF file in an ePub 3? I did read the write up "Where do you start an ePUB and what is the section of the .OPF file?" but this was published back in 2011 when ePub 2 was still common:

“The guide element identifies fundamental structural components of
the publication, to enable Reading Systems to provide convenient
access to them.” So how does the work? Essentially, it points
to where particular pieces of the book can be found, allowing reading
systems to go directly to that file or location.

For example:

<guide>
<reference href="foo.xhtml" type="cover" title="Cover"/>
<reference href="bar.xhtml" type="text" title="Start"/>
</guide>
</package>

I know traditionally ePub2 used the <guide> often and per Apple documentation I use <guide> in fixed layout but other then that is there still a need for the <guide> or is it only for legacy devices and reading engines?


Free books android app tbrJar TBR JAR Read Free books online gutenberg


Load Full (1)

Login to follow story

More posts by @Frank

1 Comments

Sorted by latest first Latest Oldest Best

 

@Helen

10% popularity   0 Reactions

It's now deprecated in epub3 in favor of the landmark NAV element. www.idpf.org/epub/301/spec/epub-publications.html#sec-guide-elem
Because support for NAV is pretty much universal in reading systems, I see no reason why to include it now.


Free books android app tbrJar TBR JAR Read Free books online gutenberg


Load Full (0)

 

Back to top