style bug, perhaps
"corvid" <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <20110801040332.GA26584@local> |
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>
BTW, Jeremy's valgrind logs have an interesting variety of 1.3 bugs for us now.