After trying to follow [this article](https://developers.google.com/web/fundamentals/primers/customelements/) and adding a custom button element I found that extend is [not currently supported](https://github.com/webcomponents/custom-elements/blob/master/src/custom-elements.js#L217). Am I missing something? Are there any estimates on when it will be? This seems very important but it's not even mentioned in https://github.com/webcomponents/custom-elements#differences-from-spec.