lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV Table toggle


From: Alan Cox
Subject: Re: LYNX-DEV Table toggle
Date: Thu, 10 Apr 1997 09:32:58 +0100 (BST)

> Agreed.  We already have an incomplete implementation of coookie support;
> why not partial table rendering?

Why not full table rendering. True tables are not trivial but they are
basically a recursive problem that is not too hard to solve providing you
render a table as you hit it then layout the results. That implies extending
the existing parser so it can be called recursively for the TABLE case
and rendering tables via a different output method into offscreen buffers,
then when we return back from the outermost table and know the size 
propogating the result back to the screen buffer.

Alan

;
; 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]