6 Mar
2009
6 Mar
'09
9:53 p.m.
On Fri, Mar 06, 2009 at 05:57:09PM +0000, corvid wrote:
Johannes wrote:
can someone (corvid?) please have a look at attached patch that fixes a bug in Css_next_token() (at least I think so).
Consider:
<div style="font-family: '\''; background-color: red;">foo bar</div>
In firefox the background is red, in current dillo not, because the string '\'' is not parsed properly. As I'm still uncertain whether to go the re2c way (there the problem does not exist), I'd like to have this fixed in the standard version. However as the code is pretty subtle it would be nice if someone could have a look.
It seems right to me.
Thanks! Committed.