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

I think it'd be very frustrating for authors if they couldn't do `styleMap.set("css-property", [x, y, z])`, but instead had to do `styleMap.set("css-property", new CSSStyleValue([x, y, z]))`, and is a design smell.

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

Received on Wednesday, 19 April 2017 01:46:09 UTC