HTML-Renderer icon indicating copy to clipboard operation
HTML-Renderer copied to clipboard

ParseCssBlockProperties does not parse url attribute correctly

Open rwil02 opened this issue 10 years ago • 0 comments

Due to failing to account for the existence of quoted strings for URL, fails to parse DATA urls due to the existence of a ';' in the string

eg url('data:image/gif;base64,R0lGOD'); produces url('data:image/gif;

Implementation needs to allow for this in URL and for Font-Family at least

rwil02 avatar Jul 20 '15 04:07 rwil02