Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing of URL fields #155

Open
brettz9 opened this issue Jun 15, 2021 · 0 comments
Open

Parsing of URL fields #155

brettz9 opened this issue Jun 15, 2021 · 0 comments

Comments

@brettz9
Copy link

brettz9 commented Jun 15, 2021

Hi,

I was hoping to get at the URLs within such as the following grabbed from MDN's url page (with or without url()):

background: url('https://mdn.mozillademos.org/files/16761/star.gif') bottom right repeat-x blue;
border-image: url("/media/diamonds.png") 30 fill / 30px / 30px space;
background-image: cross-fade(20% url(first.png), url(second.png));

Any chance you might be inclined to add support for this? I am not interested in using regular expressions, but am hoping for a proper parser that has no false positives or negatives as far as URLs.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant