help-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [help-texinfo] html output (footnotes)


From: Gavin Smith
Subject: Re: [help-texinfo] html output (footnotes)
Date: Sat, 2 Mar 2019 20:46:01 +0000
User-agent: Mutt/1.5.23 (2014-03-12)

On Mon, Feb 25, 2019 at 09:40:10PM +0900, Jean-Christophe Helary wrote:
> I am wondering why footnotes are output as with h3 and h4 in reverse order:
> 
> <div class="footnote">
> <hr>
> <h4 class="footnotes-heading">Footnotes</h4>
> 
> <h3><a id="FOOT1" href="#DOCF1">(1)</a></h3>
> <p>footnote text</p>
> </div>
> 
> Shouldn't it be:
> 
> <div class="footnote">
> <hr>
> <h3 class="footnotes-heading">Footnotes</h3>
> 
> <h4><a id="FOOT1" href="#DOCF1">(1)</a></h4>
> <p>footnote text</p>
> </div>

I agree that the second would make more sense.

Does anybody know or want to check if there was any reason for this?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]