Quote:
Originally Posted by HarryT
Omit an item from the linear reading sequence and leave it only accessible from the TOC?
|
Bingo! Readers and epub apps
are supposed to skip items with a linear="no" attribute when the user uses page navigation buttons or gestures to move to the next/previous item; these items usually can only be displayed if another item contains a link to them.
Or in
IDPF speak:
Quote:
The itemref element linear attribute indicates whether referenced item is considered primary (yes) or auxiliary (no) in the spine. This attribute may be used to enable Reading Systems to distinguish presentation of body content from supplementary content which might be, for example, presented in a popup window or omitted from an aural rendition.
|