@@ -67,7 +67,7 @@ Customization of header
6767 <tr >
6868 <td width =" 10%" align =" {$direction.align.start}" >
6969 <xsl : if test =" count($prev)>0" >
70- <a accesskey =" p" >
70+ <a accesskey =" p" id = " nav-prev " >
7171 <xsl : attribute name =" href" >
7272 <xsl : call-template name =" href.target" >
7373 <xsl : with-param name =" object" select =" $prev" />
@@ -86,7 +86,7 @@ Customization of header
8686 <td width =" 10%" align =" {$direction.align.start}" >
8787 <xsl : choose >
8888 <xsl : when test =" count($up)> 0" >
89- <a accesskey =" u" >
89+ <a accesskey =" u" id = " nav-up " >
9090 <xsl : attribute name =" href" >
9191 <xsl : call-template name =" href.target" >
9292 <xsl : with-param name =" object" select =" $up" />
@@ -115,7 +115,7 @@ Customization of header
115115 <td width =" 10%" align =" {$direction.align.end}" >
116116 <xsl : choose >
117117 <xsl : when test =" $home != . or $nav.context = 'toc'" >
118- <a accesskey =" h" >
118+ <a accesskey =" h" id = " nav-home " >
119119 <xsl : attribute name =" href" >
120120 <xsl : call-template name =" href.target" >
121121 <xsl : with-param name =" object" select =" $home" />
@@ -138,7 +138,7 @@ Customization of header
138138 <td width =" 10%" align =" {$direction.align.end}" >
139139 <xsl : text >  </xsl : text >
140140 <xsl : if test =" count($next)>0" >
141- <a accesskey =" n" >
141+ <a accesskey =" n" id = " nav-next " >
142142 <xsl : attribute name =" href" >
143143 <xsl : call-template name =" href.target" >
144144 <xsl : with-param name =" object" select =" $next" />
0 commit comments