Re: style bug, perhaps
Johannes Hofmann <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Aug 01, 2011 at 04:03:32AM +0000, corvid wrote:
>
> I reload the following, and the link border around the first image
> disappears. If the problem's in the style attr copying/comparison/etc.,
> I'm failing to see it. I can see that the style has border type of none
> and border width of 0. I started to try to watch ":link img,
> :visited img {border: 1px solid}" get applied, but...
>
>
> <html>
> <body>
> <a href="whatever.html">
> <img src="whatever.jpg">
> </a>
>
> <button type='submit' name='button'">
> <img src="something.jpg" alt="Search">
> </button>
> </body>
> </html>
Oh, this is a nasty one!
It seems the problem is an optimization in CssSelector::match()
together with the fact that we reuse the user agent - and the user -
style for all pages.
I try to get this fixed soon.
Cheers,
Johannes