Re: [csswg-drafts] [cssom-1] Ensure inline style and corresponding declaration block ates each other properly

WebKit and Blink don't agree with the part of `setProperty`. They don't update the attribute when the setting doesn't change value. It seems tricky to me in the sense that I don't think we have a formal definition anywhere about how to compare two values of a property, do we?

Also, if we follow the resolution in #1898 to make `setProperty` append new value rather than mutate the value in-place, the behavior of WebKit and Blink may become more trickier to be right. Given these, I tend to keep the that part as-is.

-- 
GitHub Notification of comment by upsuper
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/pull/2269#issuecomment-362869138 using your GitHub account

Received on Sunday, 4 February 2018 00:30:25 UTC