[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
<link rel="next"> element does not match Next hyperlink
From: |
Gavin Smith |
Subject: |
<link rel="next"> element does not match Next hyperlink |
Date: |
Thu, 7 Nov 2019 11:36:28 +0000 |
If I have the input:
\input texinfo
@node One
@chapter One
@node Section
@section Section
@node Two
@chapter Two
@bye
in test.texi and run "texi2any --html test.texi", then in the output
file One.html, in the <head> there is
<link href="Section.html" rel="next" title="Section">
showing the Next node is "Section", whereas in the <body>, there is
Next: <a href="Two.html" accesskey="n" rel="next">Two</a>
showing the next node is "Two". Is this discrepancy deliberate?
(This is with Texinfo 6.7.)
- <link rel="next"> element does not match Next hyperlink,
Gavin Smith <=