File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 495495 <xsl : apply-templates />
496496 <xsl : for-each select =" //xref[@rid=$fn-id]" >
497497 <xsl : variable name =" i" ><xsl : value-of select =" string(position())" ></xsl : value-of ></xsl : variable >
498- <a class =" footnotemarker" href =" #{$fn-id}-nm{$i}" aria-label =" reference to {$fn-id} in text" role =" doc-backlink" > ---^ </a >
498+ <a class =" footnotemarker" href =" #{$fn-id}-nm{$i}" aria-label =" location of {$fn-id} in text" role =" doc-backlink" > ---^ </a >
499499 </xsl : for-each >
500500 </li >
501501 </xsl : template >
50675067 <!-- Output -->
50685068 <li id =" fn{$fnnumfull}" >
50695069 <xsl : apply-templates />
5070- <a href =" #fnLink{$fnnumfull}" aria-label =" reference to {$fnnumfull} in text" role =" doc-backlink" > ---^ </a >
5070+ <a href =" #fnLink{$fnnumfull}" aria-label =" location of {$fnnumfull} in text" role =" doc-backlink" > ---^ </a >
50715071 </li >
50725072 </xsl : for-each >
50735073 <!-- END model for each footnote -->
You can’t perform that action at this time.
0 commit comments