- From: Jan Miksovsky <notifications@github.com>
- Date: Fri, 26 Aug 2016 15:47:22 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Friday, 26 August 2016 22:47:56 UTC
I inadvertently created a component that defined `observedAttributes` without an `attributeChangedCallback` to handle the changes. Trying out this component (in the latest Custom Elements v1 polyfill) caused an error, which wasn't surprising, but it lead me to wonder: what *is* the standard behavior expected in that situation? I couldn't infer what would happen from the spec: an exception at `define` time? Or should `observedAttributes` with no callback just be a no-op? -- 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/555
Received on Friday, 26 August 2016 22:47:56 UTC