Re: [css-houdini-drafts] [css-typed-om]What is the expected behavior when CSSStyleValues in a readonly map are mutated?

StylePropertyMaps are live - they always reflect the underlying values in the CSS system.  So a mutation via some other method will be immediately reflected in what `.get()` returns.

(I'm writing this up in more detail as we speak - there are several moving parts I'm putting together at once.)

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

Received on Friday, 2 March 2018 19:19:12 UTC