Re: [css-houdini-drafts] [css-typed-om-1] How does StylePropertyMap interact with CSSStyleDeclaration?

If the `.set` call was valid, then the intention is that the "liveness" of the style map would cause `.style` to update.

In this case, I believe this would actually be invalid and throw an error. AFAIK `z-index` takes an `<integer>` and we currently don't have an algorithm for matching against an `<integer>` (maybe we should? @tabatkins).

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

Received on Thursday, 15 February 2018 21:24:03 UTC