ArthurHub / ArthurHub/HTML-Renderer
ParseCssBlockProperties does not parse url attribute correctly
Open
bug
CSS
- Dominant language
- C#
- Stars
- 1.4k
- Forks
- 550
- Avg merge
- 14d 9h
- Merged PRs (30d)
- 1
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.