#318175 lynx-cur: <DT> mashed into <DD>

Package:
lynx-cur
Source:
lynx
Submitter:
Dan Jacobson
Date:
2023-04-26 10:03:14 UTC
Severity:
wishlist
Tags:
#318175#3
Date:
2005-07-12 01:29:19 UTC
From:
To:
Let's take a look at the <DL> rendering in
$ COLUMNS=55 lynx http://jidanni.org/geo/taiwan_datums/index_en.html#twd

   Is there an origin (0,0)?
          Go  to  the junction of the equator and
          121  degrees east longitude, then point
          one's head west and go straight 250 km.

   If I go due east or north, will that increase
          TM2's E and N values?
          Not exactly. Take a good look at a map.
          The  only place where the longitude and

The first is OK, but on the second, we see that if <DT> is a little
long, the question ends up mashed into the answer. w3m, links, and
firefox don't have this problem.

#318175#8
Date:
2013-10-02 12:52:31 UTC
From:
To:
Actually, the main difference between lynx and w3m is that the latter
enforces a blank line between the dt/dd parts.  Other than that, differences
between margins account for the remainder of the visual effects, since
lynx/w3m both wrap the dt to make a hanging indent.

elinks wraps dt differently, does not use a hanging indent.

Perhaps the request could be rephrased to suggest that lynx provide the
blank line (which would be configurable of course).

#318175#13
Date:
2013-10-02 12:52:31 UTC
From:
To:
Actually, the main difference between lynx and w3m is that the latter
enforces a blank line between the dt/dd parts.  Other than that, differences
between margins account for the remainder of the visual effects, since
lynx/w3m both wrap the dt to make a hanging indent.

elinks wraps dt differently, does not use a hanging indent.

Perhaps the request could be rephrased to suggest that lynx provide the
blank line (which would be configurable of course).