Re: [css-houdini-drafts] [css-typed-om] Rename CSSTokenStream to something that doesn't talk about tokens

In this scenario, ```var(--x, y)``` can be nested properly in a block 
or function, so we do not need the weird String | Variable thing. We 
just have CSSUnparsedValue ```{cssText:"red"}```, 
CSSUnparsedBlockValue ```{openingChar:'{'...}```, 
CSSUnparsedFunctionValue ```{functionName:'url'...}``` and 
CSSUnparsedVariableValue ```{variableName:'primary-color'...}```.

-- 
GitHub Notification of comment by FremyCompany
Please view or discuss this issue at 
https://github.com/w3c/css-houdini-drafts/issues/193#issuecomment-221038931
 using your GitHub account

Received on Monday, 23 May 2016 17:29:53 UTC