- From: Darren Shen via GitHub <sysbot+gh@w3.org>
- Date: Fri, 05 Jan 2018 00:11:56 +0000
- To: public-houdini-archive@w3.org
darrnshn has just created a new issue for https://github.com/w3c/css-houdini-drafts: == [css-typed-om] Behaviour of unsupported CSSStyleValues == When you get an unsupported `CSSStyleValue`, does the spec have any requirements about its behaviour? I couldn't find any wording on this. I would think that at the minimum, we should be able to use them correctly in `StylePropertyMap`s. ``` const value = styleMap.get('filter'); otherStyleMap.set('filter', value); ``` Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/553 using your GitHub account
Received on Friday, 5 January 2018 00:11:57 UTC