This seems to work now. ?Thanks guys. BTW, this works on my OpenSuse desktop machine (which never gave me any troubles). ?I am still working on trying to figure out the issue with the segfault on the other machine. ? ---------------------------------------- From: corvid@lavabit.com Date: Sun, 1 May 2011 20:30:44 +0000 To: dillo-dev@dillo.org Subject: patch: [Re: [Dillo-dev] Linked image borders.] I wrote:
I wrote:
Rob wrote:
On this page, http://www3.sympatico.ca/rsquared/gdb/, there are two images at the bottom which link to the W3C HTML and CSS validation pages. The inline style for the images is as follows: style="border:0;width:88px;height:31px" On every browser I have used, including Dillo 2.2, the blue link box around the images has not been displayed. Under the Dillo FLTK 1.3 port, it shows them. My question is, why? Which is the correct behaviour?
Must be a parsing problem. It works if I change border:0 to border:0px, but the unit is optional after 0.
My impression is that we broke it when implementing line-height, with the length type changing from CSS_LENGTH_TYPE_PX to CSS_LENGTH_TYPE_NONE, and computeValue() not expecting that. I'll leave this to Johannes, since he'll know what he'll want to do about it.
For the sake of having something, see attached. _______________________________________________ Dillo-dev mailing list Dillo-dev@dillo.org http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev