The data URL embedding code recognizes url(foo) , url('foo') and url("foo"), but it doesn't recognize url( foo ) . It should tolerate an arbitrary amount of whitespace (i.e \s+ ) both immediately before and immediately after each parenthesis.
Version: 1.17.x
Severity: enhancement