lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV problem with lynx-49/50


From: Klaus Weide
Subject: Re: LYNX-DEV problem with lynx-49/50
Date: Fri, 15 Aug 1997 15:31:25 -0500 (CDT)

On Fri, 15 Aug 1997, Dima Ruban wrote:

> Hi guys!
> 
> There's a problem with two latest lynx releases (snapshots).
> It shows extra-line when handling <LI>
> (Try http://www.best.com/~ggg/ with any old version of lynx and
> with new version - you'll see the difference)
> 
> Thanks!

Your <LI>s are not within any kind of list structure (<UL>, <OL>, ..).
Instead, you have put the whole mess in a <PRE>, where block elements
aren't allowed at all.  I suggest you try to use valid HTML.

The development code's SortaSGML parser treats this as if the <PRE>
wasn't there at all.  The "traditional" lynx parsing does something
else.  Both fall under error recovery.  With the devel code you can 
switch to an alternative parsing mode (more or less the same as the
TagSoup parsing from the fotemods code) with the ^V key.  For valid
HTML you shouldn't see a difference (except possibly for the handling
of </P> in some cases).

> -- dima
> P.S. I'm not subscribed to lynx-dev mailing list, so please reply
> to me directly.

You can also read replies in the mailing list archives.

      Klaus

;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

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