Re: [css-variables] CSS Custom Properties L1

| I don’t understand what you mean. Attribute values are Unicode strings.
| The process of going from a single string to a list of token is called
| tokenization. We already have a well-defined tokenizer for CSS. Do you
| propose having a different, "dumb" tokenizer for attr()?
|
| I don’t see how this relate to whether a token stream matches <value>.

In fact, I was leaving the door open in the case it proved to be a better 
solution. But it probably has to be parsed using the normal CSS tokenizer, 
as you said. I've no real opinion on this. 

Received on Friday, 22 June 2012 13:30:43 UTC