PHP-CSS-Parser icon indicating copy to clipboard operation
PHP-CSS-Parser copied to clipboard

Function name with escaping not properly recognized

Open crisp-tweakers opened this issue 5 years ago • 2 comments

e.g.

body { background: ur\l("//example.org/picture.jpg"); }

the url-function is not parsed into a URL object but into a CSSFunction object, even though the function name is normalized to 'url'

crisp-tweakers avatar Sep 25 '19 07:09 crisp-tweakers

Thanks, I might look into this soon.

raxbg avatar Sep 25 '19 08:09 raxbg

@raxbg thanks, you’re amazing.

sabberworm avatar Sep 25 '19 09:09 sabberworm