Re: [w3c/webcomponents] Overwrites geter/seter in class CustomElement (#598)

> Here is the right behavior:

that's just a whole different story, since you moved your expectations out of the constructor and delegated to the `attributeChangedCallback` event + you dropped the getter, which wouldn't be influenced anyway by attributes.

So, to be fair, you didnt use direct property assignment upfront, and you used HTML and an attribute, so basically you replicated two completely different scenarios but you stated you know how it works.

I leave you with that believe, but I'm not fully sure you do.

-- 
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/598#issuecomment-256801423

Received on Thursday, 27 October 2016 23:49:48 UTC