Re: is dillo ready for load_background_images=YES in a release?
Johannes Hofmann <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Apr 06, 2014 at 02:11:14PM +0000, eocene wrote:
> Johannes wrote:
> > I'm running dillo with load_background_images=YES for quite a while
> > now and I like it more than without it.
> > Of course your personal experience heavily depends on what sites
> > you go to.
> > Do you have some examples wher load_background_images=YES makes
> > things worse?
>
> I just started turning it on regularly for this persistent connections
> testing, and had been browsing as much to exercise that code as to
> _browse_, so I don't remember much at the moment. But I happen to
> remember that the appearance of the top of http://straightdope.com
> was dismaying.
Interesting. They try to move the text somewhere to the left to make
it invisible if CSS is enabled:
#header .site_tagline a
{
display: block;
width: 788px;
height: 116px;
text-indent: -2000px;
}
I guess we don't support this negative text-indent.