Jul 2003, Frank de Lange <frank@unternet.org>
last revision: Aug 2003, Frank de Lange <frank@unternet.org>

=======================
Browser Frames in Dillo
=======================

Dillo now has frame and iframe support, which is enabled by
default. You can disable this feature by using the configure option
--enable-xhtml-dtd=strict, which will create a version of Dillo with
the old, Lynx/w3m like frame feature. The --enable-xhtml-dtd compile
option can either be set to 'strict' (no frameset or iframe support),
'transitional' (iframe support, no frameset support) or 'frameset'
(both iframe and frameset support, this is the default configuration).

Any combination of nested framesets and iframes is (or should be...)
supported. Dillo currently does NOT check for frame loops (framesets
loading themselves in a frame or similar endless loops), so beware
where you point your browser at. This will be implemented at a later
stage.

Frame-related preferences
=========================

  frame_blank_in_tab=([NO]/YES): show frames with "_blank" target in
                                 new tab (instead of new window)


TODO
====

The 'frameborder="0"' attribute does not completely remove the frame
border, as dw_gtk_scrolled_frame insists on drawing a focus shadow
even when the border width is set to 0.
