lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV Re: Setting up a fund for specific development?


From: T.E.Dickey
Subject: Re: LYNX-DEV Re: Setting up a fund for specific development?
Date: Thu, 8 Jan 1998 05:21:30 -0500 (EST)

> 
> > PS: I'm seriously considering working on table support for Lynx. But I 
> > haven't
> > looked at the Lynx source. Is there anything about the Lynx design that 
> > makes
> > it hard or are people just being intimidated by the complexity of html 
> > tables?
> 
> It uses a one pass parser and renderer, but tables need at least two passes.
> (One to determine widths and column counts (you can't rely on the latest
> HTML features to specify these up front), and one to actually render the 
> table.
> (This is why MSIE will stop incrementally rendering when it hits a table.)
> 
> Also most tables won't fit in 80 columns.
right - but it's been pointed out that you can get reasonable results by
a one-pass algorithm which adjusts the column widths as it goes through
the table.  (I do that in a couple of programs that have to display columns,
so I agree - it works most of the time). 

-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey

reply via email to

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