bug-texinfo
[Top][All Lists]
Advanced

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

Re: HTML tag mismatch for @subsection


From: Jesper Harder
Subject: Re: HTML tag mismatch for @subsection
Date: Mon, 14 Jul 2003 16:55:55 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

address@hidden (Karl Berry) writes:

> Hi Jesper,
>
>       <h3 class="subsection">foo</h4>
>       <h3 class="subsubsection">bar</h5>
>
> Thanks for the report, patch follows.
>
> !   add_word_args ("</h%d>", MIN (3, level + 2));

Thanks.  But shouldn't it be the other way around?  I.e. the start tag
should be fixed rather than the end tag.

This way all @(sub)+sections look the same in HTML, which sort of
defeats the purpose of having different levels of sectioning.

Anyway, the result looks much more pleasing in my browser if the
document structure is retained with <h4>, <h5> etc.

-- 
Cheers,
Jesper Harder





reply via email to

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