Re: [css-houdini-drafts] [css-typed-om] Setting list-valued properties to var() refs.

Hmm. With the caveat the evaluating the var() might change the number of items, I think that `var(--A), 1s, 2s` should reify to three CSSStyleValues; nothing the var() can evaluate to will change the fact that the property definitely *ends* with two more separate values.

So then passing in those values in your first example should work fine too.

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

Received on Thursday, 22 February 2018 23:22:50 UTC