Re: [w3c/webcomponents] Interface/class-based selector (#719)

> Nah, subclassing can change at any time, using Object.setPrototypeOf.

certainly, but that does not apply to the inherited lifecycle callbacks, which for many folks will be unexpected. if you are using `Object.setPrototypeOf` to change the inheritance, you have bigger issues to worry about.

this is just a side note, not that I agree with (1) in any shape or form. on the other hand, (2) seems realistic.

-- 
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/719#issuecomment-367381358

Received on Wednesday, 21 February 2018 16:19:50 UTC