- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Wed, 19 Apr 2017 02:46:42 +0000
- To: public-houdini-archive@w3.org
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