- From: Cameron McCormack <cam@mcc.id.au>
- Date: Mon, 20 May 2013 16:36:29 +0800
- To: www-style list <www-style@w3.org>
Say you have this:
<style>#a { var-x: ( url(http://example.org/</style>
Is this variable declaration valid or is it dropped? If it is valid, is
the computed value of this property
1. "( url(http://example.org/))"
2. "( url(http://example.org/)" or
3. "( url(http://example.org/"
? I think the answers should be "valid" and "1", but I don't think it
is clear from the spec.
Received on Monday, 20 May 2013 08:37:12 UTC