[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LYNX-DEV Re: Setting up a fund for specific development?
From: |
David Woolley |
Subject: |
Re: LYNX-DEV Re: Setting up a fund for specific development? |
Date: |
Wed, 7 Jan 1998 08:24:02 +0000 (GMT) |
> 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.
- LYNX-DEV Re: Setting up a fund for specific development?, (continued)
- LYNX-DEV Re: Setting up a fund for specific development?, Filip M Gieszczykiewicz, 1998/01/05
- Re: LYNX-DEV Re: Setting up a fund for specific development?, Philip Webb, 1998/01/06
- Re: LYNX-DEV Re: Setting up a fund for specific development?, Larry W. Virden, x2487, 1998/01/06
- Re: LYNX-DEV Re: Setting up a fund for specific development?, Greg Stark, 1998/01/06
- Re: LYNX-DEV Re: Setting up a fund for specific development?, T.E.Dickey, 1998/01/06
- Re: LYNX-DEV Re: Setting up a fund for specific development?, Andrew Kuchling, 1998/01/06
- Re: LYNX-DEV Re: Setting up a fund for specific development?, Filip M Gieszczykiewicz, 1998/01/06
- Re: LYNX-DEV Re: Setting up a fund for specific development?, William Fulmor, 1998/01/06
- Re: LYNX-DEV Re: Setting up a fund for specific development?, Rob Partington, 1998/01/08
- Re: LYNX-DEV Re: Setting up a fund for specific development?,
David Woolley <=
- Re: LYNX-DEV Re: Setting up a fund for specific development?, T.E.Dickey, 1998/01/08