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

When url() contains escaped code points in url it is tokenized as a function token #230

Open
romainmenke opened this issue Jan 3, 2023 · 0 comments

Comments

@romainmenke
Copy link

\75 Rl(foo)

This is equivalent to url(foo)

The first is tokenized as a function token, followed by an ident and )
The second is tokenized as a url token

https://www.w3.org/TR/css-syntax-3/#consume-ident-like-token

It appears as if the check for a url function name is done against the raw value instead of the unescaped ident sequence value.

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