Skip to content

[css-syntax] What actually defines handling of url function-token things in property values like background-image? #686

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

Closed
bzbarsky opened this issue Nov 5, 2016 · 2 comments
Labels
Closed Rejected as Invalid Commenter Satisfied Commenter has indicated satisfaction with the resolution / edits. css-syntax-3 Testing Unnecessary Memory aid - issue doesn't require tests

Comments

@bzbarsky
Copy link

bzbarsky commented Nov 5, 2016

https://drafts.csswg.org/css-syntax/#consume-ident-like-token defines that url("foo") should return a function token, but I have yet to find a spec that says what to do with

background-image: url("foo");

if a function token is returned... This may not be a syntax issue per se, but it sure does make it impossible to actually implement CSS.

@tabatkins
Copy link
Member

https://drafts.csswg.org/css-values/#urls defines it.

@SimonSapin
Copy link
Contributor

@tabatkins tabatkins added Closed Rejected as Invalid Commenter Satisfied Commenter has indicated satisfaction with the resolution / edits. Testing Unnecessary Memory aid - issue doesn't require tests labels Jan 25, 2019
@tabatkins tabatkins added this to the CSS Syntax 3 June 2019 CR milestone Jun 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Closed Rejected as Invalid Commenter Satisfied Commenter has indicated satisfaction with the resolution / edits. css-syntax-3 Testing Unnecessary Memory aid - issue doesn't require tests
Projects
None yet
Development

No branches or pull requests

3 participants