Skip to content

ParseCssBlockProperties does not parse url attribute correctly #29

Description

@rwil02

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions