Re: [css-houdini-drafts] [css-typed-om]: There's no nice way to represent CSSUnparsedValue as a "list-plus" style object.

That is absolutely how we are designing these APIs, yes. It's rarely going to be a generic `CSSStyleValue` (those are opaque objects, for properties we don't yet expose a proper type for).  It'll be something like `styleMap.set("transform", new CSSTransformValue([CSS.translate(CSS.px(5)), CSS.rotate(CSS.deg(10))]))`.

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

Received on Wednesday, 19 April 2017 02:46:48 UTC