bug-texinfo
[Top][All Lists]
Advanced

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

lowered/raised sections keep the same css class


From: Dumas Patrice
Subject: lowered/raised sections keep the same css class
Date: Tue, 22 Jul 2003 13:09:19 +0200
User-agent: Mutt/1.4.1i

Hi,

When @lowersections and @raisesections is used, the css class for a sectionning
element is only based on the sectionning command and not on the real level.
Thus if you have 

@lowersections
@node Lowered chapter
@chapter Lowered chapter
@raisesections

the result is:
<h3 class="chapter">Lowered chapter</h3>

I believe it should be 
<h3 class="section">Lowered chapter</h3>

Pat




reply via email to

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