Re: [css-houdini-drafts] [css-typed-om]What happens when things inside a StylePropertyMap are mutated in-place?

Nothing special happens, per the original intention and now new text, which clarifies that StylePropertyMaps are just a reflection of the abstract "CSS declarations block" concept, and they freshly reify their abstract values when you call .get()/getAll().

(To be specific, then, `document.body.getAttribute("style")` continues to return `color: red`, and `document.body.style.color` continues to return `red`.)

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

Received on Friday, 2 March 2018 22:48:23 UTC