Closed GoogleCodeExporter closed 9 years ago
Thank you for reporting this bugs.
Original comment by joe.scylla
on 18 Feb 2011 at 8:14
Fixed in version 2.0.2.1.
The expression parsing is more kind of temporary fix. There are no semicolor
and right curly brace allowed in the expression value except if they are
escaped in a string.
While right curly braces are allowed in expression values nobody should use
them because they will break the css parsing of other browsers than IE.
Semicolons are more of a problem as they are also allowed in a expression value
and they can get used like in --> content: expression(Math.random();) <--.
Semicolon used that way will break the parsing and i won't fix this in version
2.x.
I will try to implement a stable expression value parser in version 3.x.
Original comment by joe.scylla
on 18 Feb 2011 at 10:02
Hi.
I updated the cssmin library and work as expected now. Thanks for your quick
response and fix.
Josep Sanz
saltos.net
Original comment by josepsan...@gmail.com
on 18 Feb 2011 at 12:47
Original issue reported on code.google.com by
josepsan...@gmail.com
on 17 Feb 2011 at 9:28Attachments: