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

[CSS] Separate URL token and URL function #3583

Closed
ris58h opened this issue Jul 4, 2023 · 0 comments
Closed

[CSS] Separate URL token and URL function #3583

ris58h opened this issue Jul 4, 2023 · 0 comments
Labels

Comments

@ris58h
Copy link
Contributor

ris58h commented Jul 4, 2023

According to specification:

The url() functional notation, denoted by url, represents a URL, which is a pointer to a resource. The typical syntax of a url is:

<url> = url( <string> <url-modifier>* )

A url may alternately be written without quotation marks around the URL itself, in which case it is specially-parsed as a url-token

But CSS grammar in this repo produces only one token in both cases.

ris58h added a commit to ris58h/grammars-v4 that referenced this issue Jul 4, 2023
@KvanTTT KvanTTT added the css label Jul 9, 2023
rvrooman-codelogic pushed a commit to CodeLogicIncEngineering/grammars-v4-public-fork that referenced this issue Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants