$chunk-nav

$chunk-nav — Add keyboard navigation to chunks?

Parameter:
{}chunk-nav
Defined in:
param.xsl
Used in:
main.xsl, param.xsl

Synopsis

  |$chunk-nav as xs:string := 'true'

Description

If $chunk-nav is true, keyboard navigation will be added to chunked output. This is accomplished by adding the $chunk-nav-js script to the generated HTML.

Table 1Default keyboard navigation keys
KeyNavigation
N or Next sibling
P or Previous sibling
U Parent
H or Home Home
S Toggle between normal and speaker view

Notes:

  1. The used to be a shortcut for “parent”, like U, but that breaks the ability to navigate up and down the page with the arrow keys. It was removed in version 2.0.3.

  2. The S functionality is really only relevant to when speaker notes are enabled.