On 2010-11-05, at 19:40, Max Carlson wrote: > Approved! > > That said, I'm concerned about the other ways strings might be tweaked by the > CSS compiler.
They should be very few. I have conditionalized the code to only rewrite things when the value is at the top-level and not part of a compound value. I can't get around rewriting colors canonically, because that is done at parse time, but otherwise things should come straight through. > Can you file a bug about the gradient parser not dealing with ', ' separators? http://jira.openlaszlo.org/jira/browse/LPP-9512
