- From: Cameron McCormack <cam@mcc.id.au>
- Date: Tue, 27 Aug 2013 17:52:48 +1000
- To: www-style list <www-style@w3.org>
And a related question: should we preserve the fact that a variable
value might have two adjacent white space tokens? For example:
p {
var-a: ;
var-b: var(a);
}
Do we need to ensure that the computed value of var-b is reported as "
/**/ "?
Received on Tuesday, 27 August 2013 07:53:22 UTC