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

> We'll need additional code to observe style attribute, and I suppose other vendors do too.

Gecko will need additional code if we special case ´style´ for custom elements. That is because ´style´ hasn't been special cased elsewhere, like in MutationObserver or Mutation Events.

But current spec requires one to explicitly define which attributes to observe, so what is the issue here?

---
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-232001403

Received on Tuesday, 12 July 2016 10:32:34 UTC