- From: Boris Zbarsky via GitHub <sysbot+gh@w3.org>
- Date: Sat, 05 Nov 2016 00:23:45 +0000
- To: public-css-archive@w3.org
bzbarsky has just created a new issue for
https://github.com/w3c/csswg-drafts:
== [css-syntax] What actually defines handling of url function-token
things in property values like background-image? ==
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.
Please view or discuss this issue at
https://github.com/w3c/csswg-drafts/issues/686 using your GitHub
account
Received on Saturday, 5 November 2016 00:23:51 UTC