- From: François REMY via GitHub <sysbot+gh@w3.org>
- Date: Mon, 23 May 2016 17:29:52 +0000
- To: public-houdini-archive@w3.org
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