Re: [w3c/webcomponents] Allow or prohibit observedAttributes to observe 'style' attribute? (#521)

I don't think we should special case `style` given that the author has to opt-in to observe the changes to `style` already.  Given there is no reason to believe the same author wouldn't use CSS OM and simply call `this.style.cssText`, I don't see a point in preventing author from observing `style` attribute.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/521#issuecomment-232165995

Received on Tuesday, 12 July 2016 20:15:32 UTC