On Wed, 11 Jun 2003 20:30:32 +1000 TheStar <thestar@tpg.com.au> wrote:
There is a very small patch to support IFRAME HTML element. It does nothing except handling IFRAME via FRAME handler so special IFAME attributes(width and height) are not handled but this patch is suitable for current temporary solution (as we do not have real frame support for now).
This implies that Dillo can now handle frames (perhaps by re-rendering to tables), on at least one developer's computer - Correct?
No, not on my computer. Dillo (CVS version and all releases) cannot handle frames as needed. It currently follows HTML specification in handling frames by browsers which do not have an ability to show them so it gives you only links to frames. This patch only adds ability to draw link to IFRAME source. Some work is in progress which may implement frames (see last week postings about tabbed version) but it is not currenly done. Yours, Nikita