Skip to content

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

@bzbarsky

Description

@bzbarsky

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions