ArthurHub / ArthurHub/HTML-Renderer
ParseCssBlockProperties does not parse url attribute correctly
Đang mở
bug
CSS
- Ngôn ngữ chính
- C#
- Star
- 1.4k
- Fork
- 550
- Merge trung bình
- 14 ngày 9 giờ
- Pull request đã merge (30 ngày)
- 1
Mô tả
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
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.