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

darrnshn has just created a new issue for https://github.com/w3c/css-houdini-drafts:

== [css-typed-om] Setting list-valued properties to var() refs. ==
What should something like (pseudo syntax): `styleMap.set('transition-duration', new CSSUnparsedValue([--A]), CSS.s(1), '2s')` do? Would it be equivalent to `transition-duration: var(--A), 1s, 2s`? Are there any corner cases to deal with?

Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/707 using your GitHub account

Received on Thursday, 22 February 2018 04:02:37 UTC