- From: Boris Zbarsky via GitHub <sysbot+gh@w3.org>
- Date: Thu, 15 Feb 2018 20:23:40 +0000
- To: public-houdini-archive@w3.org
bzbarsky has just created a new issue for https://github.com/w3c/css-houdini-drafts: == [css-typed-om-1] How does StylePropertyMap interact with CSSStyleDeclaration? == The example in https://drafts.css-houdini.org/css-typed-om-1/#numeric-objects has: myElement.attributeStyleMap.set("z-index", CSS.number(15.4)); After that, what does `myElement.style.zIndex` return? Is it `15`? Something else? This doesn't actually seem to be defined anywhere. In fact, it's not even defined that mutations to the `.attributeStyleMap` get reflected in `.style` and similar for the `CSSStyleRule` case. Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/670 using your GitHub account
Received on Thursday, 15 February 2018 20:23:46 UTC