ArthurHub / ArthurHub/HTML-Renderer
ParseCssBlockProperties does not parse url attribute correctly
未关闭
bug
CSS
- 主要语言
- C#
- 星标
- 1.4k
- 派生
- 550
- 平均合并
- 14 天 9 小时
- 30 天内合并 PR
- 1
描述
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
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。