[css-variables] whether implied tokens due to EOF are included in variable value

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