CSS parser bug
"Sebastian Geerken" <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi!
The CSS parser seems to have a bug handling shorthand properties. This
example works well, both properties are handled correctly:
<body style="background: url(http://www.gnu.org/graphics/heckert_gnu.small.png) repeat-y">
Adding "transparent" (for "background-color"), however, causes the
other parts not to be parsed:
<body style="background: transparent url(http://www.gnu.org/graphics/heckert_gnu.small.png) repeat-y">
Not a regression, dillo 3.0.5 shows the same behaviour.
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 iQEcBAEBAgAGBQJXeqlEAAoJEAw7+YHB+ZL6afAIALOzZtUjxgquli7k4y4Ncnne NEoNDgJ3oy8461QbC1sIKMmZksYp+XND3JlLzUnREYJPZLUsxySXqZ1xzLNGhFF9 AumySX8imm/CMfthJ+dhFNrmUv1Wj8eT19VWoUFPQHbt361e/sosj+GtTBihHUdt 6V7Mw7ycjZ88/2Rfwrfm7oLuSRVRZZySHIJvxSqHJorC6y5EYlM3UJepROUob/5I UfwdY39YyTnw22QLW9OKaOROIogwCMytnE0QacNujpRxNuzsnKiNQUscPO7P3Dtw XAadRWoGi63UxTT69taMl1I1/b2dtWoiLHPgDX1j67sxpirDjopuJ2cHAkUD9oo= =NMuI -----END PGP SIGNATURE-----