I was wondering what the reasons behind not having custom element inheritance were. I know that it's good to prefer composition over inheritance, but there are also places where the use of inheritance is pretty obvious.
Is it possible to share the plan to update the current polymer elements to use composition over inheritance (for example the elements that use core-selector would be a good example), so that we have an idea of what changes to make in our 0.5 versions to prepare for the 0.8 release?
Thanks!