lynx-dev
[Top][All Lists]
Advanced

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

LYNX-DEV Bug in AC111 with tables and ¨


From: Klaus Peter Wegge
Subject: LYNX-DEV Bug in AC111 with tables and ¨
Date: Thu, 12 Feb 1998 16:03:52 +0100 (MET)

the following HTML-file, reduced from the home pages of the german
Bundestag, leads to problems concerning text attributes and the
presentation of ¨ characters. I didn't find differences
between the djgpp and solaris version:

<html>
<body>
<table><tr><td>
n&auml;chste1
<blockquote>
<b>
D&uuml;bel
</blockquote>
</b>
n&auml;chste2
<blockquote>
<b>
D&uuml;bel
</blockquote>
</b>
n&auml;chste3
<blockquote>
<b>
D&uuml;bel
</blockquote>
</b>
n&auml;chste4
<blockquote>
<b>
D&uuml;bel
</blockquote>
</b>
n&auml;chste5
<blockquote>
<b>
D&uuml;bel
</blockquote>
</b>
</td></tr></table>
</body></html>

Title1 the following blockquote, title2 and the following blockquote
are OK. In all other titles, the &auml; is not interpreted but
directly displayed as n&auml;chste3. The uml's in blockquote 3 and
latter are displayed correctly. But the bold attribute is ignored.

Replacing blockquote by <p> </p>, the same effect will occur.
Characterset is set to DosLatin1 in the DJGPP and to IsoLatin1 on
solaris.
In any case, the problems occur behind the second quotebolock,
no matter, one ore more are following. The line or rowposition
in the table doesn't change this behaviour. Reordering the </b> tags
leads most time to a good result.

Any ideas?

Klaus-Peter

reply via email to

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