Re: Status of dillo_grows
"Sebastian Geerken" <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
On Fr, Apr 15, 2016, Nick Warne wrote:
> One more issue to look at - on one of my pages, the in line style renders
> correctly with:
>
> <div style="height: 2px; width: 850px; background-color: blue; text-align:
> center;">
> <span style="background-color: white; position: relative; top: -0.75em">
> <font size=-1><b> Word search section ['agc'
> engine] </b></font>
> </span>
> </div>
>
> Now, current release Dillo just makes it a background colour bar ~
> acceptable. Your patch makes it a sort of underscore coloured line that
> passes through the text.
I looked at this in detail, and found some strange behaviour in all
three versions of dillo (3.0.4, 3.1-dev, and 3.1-dev_grows2). Consider
this HTML:
<div>
A <span style="background-color: green">B</span> C
</div>
<div>
A <span style="background-color: green"><font>B</font></span> C
</div>
In the first line, "B" is shown with a green background, as expected,
but not in the second line, where the only difference is the <font>
element.
Is this a bug of the HTML parser?
Sebastian
_______________________________________________
Dillo-dev mailing list
[email protected]
http://lists.dillo.org/cgi-bin/mailman/listinfo/dillo-dev
signature.asc
(application/pgp-signature, 473 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJXE1qmAAoJEAw7+YHB+ZL69EAIAIO0/xOUGelzIRLar5vZ3HhG pitR8w1RH9AUt965z7h2UjXfuMWtesTfZx8Srnr6HTr9RSO/ktFDLvQAFxqQiJMT SpWLSqJyCK9hc0iU7is597s9FyFdxvcFyvbFNchyf0hY+zUDUdit8WaH4hQa9ZyD Fr47JJQIQ4zZxmdxq/WyCBomVpOCkFT3f4ujQcKNsCufy8OofdfjRFldaweKY8fR bwjkj3rAQ6rfS2P9N3lE93DJ6snmvKyyrpX7vDGwzI5xVRZeIhYv8DChZHLBavcU XQYzFZ9TN6bgs+L3944L6jQp3bF6syiFebqFHpmoQw5eV7cKmxTLShPyrRuazu8= =3plY -----END PGP SIGNATURE-----