bug-texinfo
[Top][All Lists]
Advanced

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

Re: @deftypefun in HTML regression from 4.6?


From: Alper Ersoy
Subject: Re: @deftypefun in HTML regression from 4.6?
Date: Fri, 16 Jan 2004 16:26:39 +0200
User-agent: Mutt/1.4.1i

Simon Josefsson:
> I'm not sure how much of this was consciously changed.  If it was
> accidental, then it might be good to fix, but if it was deliberate,
> you might disagree with my suggestions.

The change was deliberate.  Reasons are:

  - Since the page size is not fixed, the space between the 'Function'
    text and the proto can get so big that, it's hard to associate
    them anymore, especially when the browser is fullscreened.

  - The new layout is more consistent with the one in the Info docs.

  - When there are lots of @defuns, rendering tables can get CPU
    intensive.

For the indentation, can I suggest a CSS solution like this?

    div.defun p { margin-left: 4em; }

Otherwise I'll switch p elements to blockquote.

Thanks,

-- 
Alper Ersoy




reply via email to

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